Files
NativeScript/packages/webpack5/package.json
2021-03-02 20:23:04 -08:00

22 lines
410 B
JSON

{
"name": "@nativescript/webpack",
"version": "4.0.0-dev",
"private": true,
"main": "index.js",
"license": "Apache-2.0",
"scripts": {
"build": "echo todo",
"test": "jest"
},
"devDependencies": {
"@types/jest": "^26.0.15",
"jest": "^26.6.3",
"ts-jest": "^26.4.4",
"typescript": "^4.0.5",
"webpack": "^5.4.0"
},
"dependencies": {
"webpack-chain": "^6.5.1"
}
}