-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
executable file
·39 lines (39 loc) · 984 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "nativescript-nx",
"version": "1.0.0",
"description": "NativeScript for Angular Nx Workspace Template",
"author": "Nathan Walker <nwalker@nstudio.io>",
"main": "main.js",
"nativescript": {
"id": "org.nativescript.nx"
},
"license": "Apache-2.0",
"keywords": [
"mobile",
"angular",
"nativescript",
"{N}",
"tns",
"template",
"nrwl",
"nx"
],
"repository": {
"type": "git",
"url": "git://github.com/NathanWalker/template-nativescript-nx"
},
"homepage": "https://github.com/NathanWalker/template-nativescript-nx",
"android": {
"v8Flags": "--expose_gc"
},
"dependencies": {
"tns-core-modules": "~3.4.0"
},
"devDependencies": {
"tns-platform-declarations": "~3.4.0"
},
"scripts": {
"preinstall": "node tools/preinstall.js",
"postinstall": "node tools/postinstall.js"
}
}