generated from mnpjs/package
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.44 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
{
"name": "@artdeco/typescript",
"version": "0.0.0-pre",
"description": "TypeScript bug.",
"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",
"stdlib": "depack src/stdlib.js -o stdlib/index.js -a -c -p --source_map_include_content",
"test-build": "yarn test -e test-build",
"lint": "eslint .",
"doc": "doc -o README.md -n _typescript -a -d",
"b": "alamode src -o build -i stdlib.js -s --env build",
"d": "yarn-s d1 externs",
"d1": "typal src -u -t types/index.xml",
"externs": "typal types/externs.js"
},
"files": [
"build",
"src",
"stdlib",
"types/externs.js",
"types/index.js",
"typedefs.json"
],
"externs": "types/externs.js",
"repository": {
"type": "git",
"url": "git://github.com/art-deco/typescript.git"
},
"typedefs": "typedefs.json",
"keywords": [
"typescript",
"bug",
"art-deco"
],
"author": "Anton <anton@adc.sh>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/art-deco/typescript/issues"
},
"homepage": "https://art-deco.github.io/nodetools/",
"devDependencies": {
"alamode": "^3.4.1",
"depack": "^1.1.1",
"documentary": "^1.35.13",
"erte": "^1.2.0",
"eslint-config-artdeco": "1.0.1",
"typal": "^1.26.2",
"yarn-s": "1.2.3",
"zoroaster": "^4.3.0"
}
}