mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
22 lines
410 B
JSON
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"
|
|
}
|
|
}
|