-
Notifications
You must be signed in to change notification settings - Fork 0
/
package2.json
72 lines (72 loc) · 2.05 KB
/
package2.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
{
"name": "typal",
"version": "1.2.3",
"description": "Keeps JSDoc types in XML files and converts them to JavaScript and Markdown.",
"main": "build/index.js",
"module": "src/index.js",
"scripts": {
"t": "zoroaster -a",
"test": "yarn t test/spec test/mask",
"mask": "yarn t test/mask",
"test-build": "ALAMODE_ENV=test-build yarn test",
"test-all": "yarn-s test test-build",
"test-watch": "yarn test -w",
"lint": "eslint .",
"dev": "alanode src/bin/typal",
"doc": "NODE_DEBUG=doc doc documentary -o README.md",
"b": "alamode src -o build -s",
"depack": "GOOGLE_CLOSURE_COMPILER=/Volumes/backup/closure-compiler/target/closure-compiler-1.0-SNAPSHOT.jar depack-dev src/bin/typal.js -c -o build/bin -a -p -s",
"depack1": "depack-dev depack/t.js -c -o t/tt.js -a -p",
"depack2": "depack-dev depack/prop/index.js -c -a -p",
"d": "NODE_DEBUG=doc doc src/index.js -g",
"build": "yarn-s d b doc",
"rec": "NODE_DEBUG=appshot appshot -T 23 -a Terminal -y 150 -f",
"e": "alanode",
"example/": "yarn e example/example.js"
},
"bin": "build/bin/typal.js",
"files": [
"build",
"src"
],
"repository": {
"type": "git",
"url": "git://github.com/artdecocode/typal.git"
},
"keywords": [
"typal",
"jsdoc",
"documentation",
"doc",
"types",
"gcc",
"closure",
"google closure compiler",
"externs"
],
"author": "Anton <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/artdecocode/typal/issues"
},
"homepage": "https://github.com/artdecocode/typal#readme",
"devDependencies": {
"@wrote/write": "^1.0.4",
"alamode": "^1.9.2",
"catchment": "^3.3.0",
"documentary": "^1.23.4",
"eslint-config-artdeco": "1.0.1",
"restream": "^3.6.0",
"temp-context": "^2.1.3",
"yarn-s": "1.1.0",
"zoroaster": "^3.11.4"
},
"dependencies": {
"@wrote/read": "^1.0.4",
"@wrote/read-dir-structure": "^1.2.0",
"argufy": "^1.3.3",
"makepromise": "^3.1.0",
"mismatch": "^1.1.1",
"rexml": "^1.4.0"
}
}