-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.72 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.72 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
68
{
"name": "@zoroaster/fork",
"version": "1.5.0",
"description": "Test forks.",
"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": "yarn test -e test-build",
"lint": "eslint .",
"doc": "doc -o README.md -n _contextTesting -d -a",
"compile": "depack example -c -a -p -o example/depack.js -s --externs types/externs.js",
"b": "alamode src -o build -s",
"build": "yarn-s d b doc",
"e": "alanode",
"example/": "yarn e example/example.js",
"d": "yarn-s d1 externs types",
"d1": "typal src/index.js -u -t types/run.xml",
"externs": "typal types/externs.js -e",
"types": "typal types/index.js"
},
"files": [
"build",
"types",
"src",
"typedefs.json"
],
"externs": "types/externs.js",
"repository": {
"type": "git",
"url": "git://github.com/contexttesting/fork.git"
},
"typedefs": "typedefs.json",
"keywords": [
"fork",
"zoroaster",
"context",
"testing",
"test"
],
"author": "Anton <anton@adc.sh>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/contexttesting/fork/issues"
},
"homepage": "https://www.contexttesting.com",
"devDependencies": {
"alamode": "^3.5.1",
"depack": "^1.1.1",
"documentary": "^1.37.0",
"eslint-config-artdeco": "1.0.1",
"reloquent": "^1.3.2",
"typal": "^1.26.2",
"yarn-s": "1.2.3",
"zoroaster": "^4.3.0"
},
"dependencies": {
"@zoroaster/deep-equal": "^1.0.1",
"catchment": "^3.3.0",
"erte": "^1.2.0",
"forkfeed": "^1.1.1",
"mismatch": "^1.2.0",
"spawncommand": "^2.2.0"
}
}