-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.79 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.79 KB
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
{
"name": "@zoroaster/mask",
"version": "2.6.1",
"description": "The Code For Zoroaster Mask Testing.",
"main": "compile/index.js",
"scripts": {
"t": "zoroaster -a",
"test": "yarn t test/spec test/mask",
"spec": "yarn t test/spec",
"mask": "yarn t test/mask",
"test-compile": "yarn test -e test-compile",
"lint": "eslint .",
"doc": "doc -o README.md -n _contextTesting -d -a",
"lib": "depack src/depack.js -c -a -p -o compile -s --source_map_include_content",
"build": "yarn-s d b doc",
"e": "alanode",
"example/": "yarn e example/example.js",
"d": "yarn-s template d1 externs",
"template": "typal compile/template.js -T compile/index.js -u -t types",
"d1": "typal compile/index.js -u -t types",
"externs": "typal types/externs.js -e"
},
"files": [
"compile",
"types/index.js",
"types/externs.js",
"typedefs.json"
],
"externs": "types/externs.js",
"repository": {
"type": "git",
"url": "git://github.com/contexttesting/mask.git"
},
"typedefs": "typedefs.json",
"keywords": [
"mask",
"spec",
"zoroaster",
"test",
"context",
"testing"
],
"author": "Anton <anton@adc.sh>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/contexttesting/mask/issues"
},
"homepage": "https://www.contexttesting.com",
"devDependencies": {
"@zoroaster/deep-equal": "^1.0.1",
"@zoroaster/fork": "^1.5.0",
"alamode": "^3.5.1",
"assert-throws": "^3.3.0",
"catchment": "^3.3.0",
"depack": "^1.1.1",
"documentary": "^1.37.0",
"erte": "^1.2.0",
"eslint-config-artdeco": "1.0.1",
"mismatch": "^1.2.0",
"promto": "^1.2.0",
"reloquent": "^1.4.0",
"temp-context": "^2.1.3",
"typal": "^1.26.2",
"yarn-s": "1.2.3",
"zoroaster": "^4.3.0"
}
}