-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 1.95 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": "@depack/depack",
"version": "2.2.1",
"description": "The Source Code For Depack's JavaScript API.",
"main": "compile/index.js",
"module": "src/index.js",
"scripts": {
"t": "zoroaster -a -t 60000",
"test": "yarn t test/spec test/mask",
"spec": "yarn t test/spec",
"mask": "yarn t test/mask",
"test-compile": "ALAMODE_ENV=test-compile yarn test",
"lib": "depack src/depack -o compile -c -a -p -s --source_map_include_content",
"lint": "eslint .",
"doc": "doc -o README.md -n _depack -d -a",
"b": "alamode src -o build -s",
"d": "yarn-s template d1 externs",
"template": "typal compile/template.js -T compile/index.js -t types",
"d1": "typal compile/index.js -u",
"e": "alanode",
"externs": "typal types/externs.js"
},
"files": [
"compile",
"src",
"types/externs.js",
"COPYING"
],
"externs": "types/externs.js",
"repository": {
"type": "git",
"url": "git://github.com/dpck/src.git"
},
"typedefs": "typedefs.json",
"keywords": [
"src",
"depack",
"gcc",
"google closure compiler",
"closure",
"bundle",
"compile",
"build",
"executable",
"binary",
"single"
],
"author": "Anton <[email protected]>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/dpck/src/issues"
},
"homepage": "https://www.compiler.page",
"devDependencies": {
"@depack/bundle": "^1.4.1",
"@depack/detect": "^1.1.0",
"@wrote/wrote": "^1.2.3",
"alamode": "^3.5.2",
"depack": "^1.1.1",
"documentary": "^1.37.0",
"erte": "^1.2.0",
"eslint-config-artdeco": "1.0.1",
"frame-of-mind": "^1.2.3",
"indicatrix": "^1.4.1",
"makepromise": "^3.2.0",
"spawncommand": "^2.2.0",
"static-analysis": "^2.1.1",
"temp-context": "^2.1.3",
"typal": "^1.26.2",
"yarn-s": "1.2.3",
"zoroaster": "^4.3.0"
},
"dependencies": {
"@depack/nodejs": "^1.1.4",
"@externs/nodejs": "^1.5.0"
}
}