-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.29 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
{
"name": "pon-task-es",
"version": "6.1.1",
"description": "Compile Javascript with es",
"main": "lib",
"browser": "shim/browser",
"scripts": {
"prepare": "node ./ci/build.js && node ./ci/shim.js ",
"test": "node ./ci/test.js"
},
"repository": "realglobe-Inc/pon-task-es",
"keywords": [
"Pon"
],
"author": {
"name": "Taka Okunishi",
"email": "okunishinishi@gmail.com",
"url": "http://okunishitaka.com"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/realglobe-Inc/pon-task-es/issues"
},
"homepage": "https://github.com/realglobe-Inc/pon-task-es#readme",
"dependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"aglob": "^3.0.2",
"asfs": "^2.3.0",
"pon-task-compile": "^5.0.0"
},
"devDependencies": {
"ababel": "^6.1.4",
"amocha": "^7.1.1",
"ape-doc": "^2.0.4",
"ape-formatting": "^2.0.2",
"ape-releasing": "^5.0.7",
"ape-tasking": "^4.0.12",
"ape-tmpl": "^6.0.14",
"ape-updating": "^5.0.3",
"coz": "^7.2.0",
"injectmock": "^2.0.0",
"pon-context": "^3.0.2",
"pon-doc": "^3.0.1"
},
"engines": {
"node": ">=8",
"npm": ">=5"
}
}