-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.16 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 2.16 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
69
70
71
72
73
74
75
76
{
"name": "@artdeco/test-api",
"version": "0.0.0",
"description": "t",
"main": "types/index.js",
"scripts": {
"t": "zoroaster -a",
"test": "yarn t test/spec",
"spec": "yarn t test/spec",
"mask": "yarn t test/mask",
"test-build": "ALAMODE_ENV=test-build yarn test",
"compile": "depack-dev frontend/comments -o docs/comments.js -a -H -E --externs types/externs.js --externs node_modules/@idio/github/types/externs/user.js -i",
"lint": "eslint .",
"prod": "git push prod",
"start": "node src",
"closure": "CLOSURE=1 node src",
"dev": "node src",
"doc": "NODE_DEBUG=doc doc -o README.md",
"b": "alamode src -o build -s -i index.js",
"deploy": "git push api",
"d": "yarn-s d1 externs",
"d1": "typal types/index.js",
"externs": "typal types/externs.js",
"build": "yarn-s d b doc",
"e": "node example",
"u": "yarn-up -e @elastic/elasticsearch,preact",
"example/": "yarn e example/example.js"
},
"repository": {
"type": "git",
"url": "git://github.com/art-deco/test-api.git"
},
"keywords": [],
"author": "Anton <anton@adc.sh>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/art-deco/test-api/issues"
},
"homepage": "www.artd.eco",
"dependencies": {
"@artdeco/clean-stack": "^1.1.1",
"@depack/form": "^1.4.0",
"@depack/render": "^1.3.2",
"@elastic/elasticsearch": "^6.8.2",
"@idio/core": "1.4.0",
"@idio/github": "^1.0.4",
"@idio/linkedin": "1.4.0",
"@idio/router": "1.3.1",
"@lemuria/popup": "^1.0.0",
"@svag/lib": "2.0.0",
"@svag/window": "1.1.1",
"catchment": "3.3.0",
"erte": "1.2.0",
"koa-static-cache": "5.1.2",
"logarithm": "^1.0.1",
"mongodb": "^3.3.2",
"nicer": "^1.0.0",
"svg-captcha": "^1.4.0",
"uid-safe": "2.1.5"
},
"devDependencies": {
"@a-la/jsx": "1.6.0",
"@demimonde/dotenv": "1.1.0",
"@externs/preact": "^1.2.6",
"@typedefs/goa": "^0.0.5",
"alamode": "3.2.0",
"preact": "8.5.2",
"restream": "3.7.4",
"rqt": "4.0.0",
"spawncommand": "2.2.0",
"temp-context": "2.1.3",
"unfetch": "^4.1.0",
"yarn-s": "^1.1.0",
"zoroaster": "4.1.2"
}
}