mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
16 lines
238 B
JSON
16 lines
238 B
JSON
{
|
|
"name": "@nativescript/devtools",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"files": [
|
|
"./dist/"
|
|
],
|
|
"main": "./dist/index",
|
|
"scripts": {
|
|
"prepack": "tsc || echo ok"
|
|
},
|
|
"devDependencies": {
|
|
"@nativescript/core": "../core"
|
|
}
|
|
}
|