This repository was archived by the owner on Aug 7, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathpackage.json
77 lines (77 loc) · 1.9 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "nativescript-dev-webpack",
"version": "0.9.2",
"main": "index",
"description": "",
"homepage": "http://www.telerik.com",
"bugs": "http://www.telerik.com",
"contributors": [
"Hristo Deshev <[email protected]>"
],
"nativescript": {
"hooks": [
{
"type": "before-prepareJSApp",
"script": "lib/before-prepareJS.js",
"inject": true
},
{
"type": "before-cleanApp",
"script": "lib/before-cleanApp.js",
"inject": true
},
{
"type": "before-watch",
"script": "lib/before-watch.js",
"inject": true
},
{
"type": "before-watchPatterns",
"script": "lib/before-watchPatterns.js",
"inject": true
},
{
"type": "before-shouldPrepare",
"script": "lib/before-shouldPrepare.js",
"inject": true
},
{
"type": "after-prepare",
"script": "lib/after-prepare.js",
"inject": true
}
]
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/nativescript-dev-webpack.git"
},
"scripts": {
"postinstall": "node postinstall.js",
"prepare": "tsc"
},
"bin": {
"install-ns-webpack": "./bin/install-ns-webpack",
"remove-ns-webpack": "./bin/remove-ns-webpack",
"update-ns-webpack": "./bin/update-ns-webpack",
"ns-bundle": "./bin/ns-bundle",
"ns-verify-bundle": "./bin/ns-verify-bundle",
"generate-android-snapshot": "./bin/generate-android-snapshot"
},
"dependencies": {
"minimatch": "3.0.4",
"nativescript-hook": "0.2.2",
"proxy-lib": "0.4.0",
"request": "2.83.0",
"schema-utils": "0.4.3",
"semver": "5.4.1",
"shelljs": "0.6.0"
},
"devDependencies": {
"@ngtools/webpack": "~1.9.0",
"@types/node": "^8.0.0",
"source-map-support": "^0.5.0",
"typescript": "^2.6.1"
}
}