mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
* chore(e2e): update config files * chore: update .gitignore file * chore: update references.d.ts file * chore: remove npm scripts * chore: update travis config
24 lines
573 B
JSON
24 lines
573 B
JSON
{
|
|
"description": "NativeScript Application",
|
|
"license": "SEE LICENSE IN <your-license-filename>",
|
|
"readme": "NativeScript Application",
|
|
"repository": "<fill-your-repository-here>",
|
|
"nativescript": {
|
|
"id": "org.nativescript.filequalifiers",
|
|
"tns-ios": {
|
|
"version": "next"
|
|
},
|
|
"tns-android": {
|
|
"version": "next"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"nativescript-theme-core": "^1.0.6",
|
|
"tns-core-modules": "file:../../tns-core-modules"
|
|
},
|
|
"devDependencies": {
|
|
"nativescript-dev-webpack": "next",
|
|
"typescript": "3.4.5"
|
|
}
|
|
}
|