-
-
Notifications
You must be signed in to change notification settings - Fork 117
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 972 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 972 Bytes
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
40
41
42
43
{
"name": "@nativescript/template-hello-world",
"main": "app/app.js",
"version": "9.0.0",
"author": "NativeScript Team <oss@nativescript.org>",
"description": "Nativescript hello-world project template",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"files": [
"app",
"App_Resources",
"hooks",
"tools",
"!tools/assets",
".editorconfig",
"jsconfig.json"
],
"keywords": [
"nstudio",
"nativescript",
"mobile",
"{N}",
"tns",
"template"
],
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/nativescript-app-templates"
},
"bugs": {
"url": "https://github.com/NativeScript/NativeScript/issues"
},
"homepage": "https://github.com/NativeScript/nativescript-app-templates",
"dependencies": {
"@nativescript/core": "~9.0.0",
"@nativescript/theme": "^3.1.0"
},
"devDependencies": {
"@nativescript/webpack": "~5.0.25"
}
}