-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.63 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
{
"name": "@depack/bundle",
"version": "1.4.1",
"description": "The Source Code For The Bundle Logic To Prepare Temp Files.",
"main": "build/index.js",
"module": "src/index.js",
"scripts": {
"t": "zoroaster -a",
"test": "yarn t test/spec test/mask",
"spec": "yarn t test/spec",
"mask": "yarn t test/mask",
"test-build": "ALAMODE_ENV=test-build yarn test",
"lint": "eslint .",
"doc": "NODE_DEBUG=doc doc -o README.md -n _depack",
"b": "alamode src -o build -s -i lib/process-nm.js",
"d": "yarn-s d1 d2",
"d1": "typal src/index.js -c",
"d2": "typal types/externs.js",
"build": "yarn-s d b doc",
"e": "alanode",
"example/": "yarn e example/example.js"
},
"files": [
"build",
"src",
"types/externs.js"
],
"externs": "types/externs.js",
"repository": {
"type": "git",
"url": "git://github.com/dpck/bundle.git"
},
"keywords": [
"bundle",
"depack"
],
"author": "Anton <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dpck/bundle/issues"
},
"homepage": "https://compiler.page",
"devDependencies": {
"@depack/fixture": "1.0.0",
"@idio/preact-fixture": "1.0.0",
"alamode": "^3.0.0",
"documentary": "^1.33.0",
"eslint-config-artdeco": "1.0.1",
"temp-context": "^2.1.3",
"yarn-s": "1.1.0",
"zoroaster": "^4.1.2"
},
"dependencies": {
"@a-la/jsx": "^1.6.0",
"@depack/split": "^1.0.0",
"@wrote/wrote": "^1.2.3",
"catchment": "^3.3.0",
"erte": "^1.2.0",
"fpj": "^1.3.0",
"resolve-dependency": "^1.0.3",
"restream": "^3.7.4",
"static-analysis": "^2.0.1"
}
}