-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.13 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.13 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
77
{
"name": "my-new-package",
"version": "0.0.0",
"description": "{{ description }}",
"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": "yarn test -e test-build",
"compile": "depack frontend/client -o docs -a -H -E -i --externs types/externs.js --externs node_modules/@idio/idio/types/externs/github-user.js",
"lint": "eslint .",
"prod": "git push prod",
"start": "node src",
"closure": "CLOSURE=1 node src",
"dev": "node src",
"doc": "doc -o README.md -d",
"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",
"up": "yarn-up -e preact",
"example/": "yarn e example/example.js"
},
"repository": {
"type": "git",
"url": "{{ repo.git_url }}"
},
"keywords": [],
"author": "{{ author_name }} <{{ author_email }}>",
"license": "{{ license_spdx }}",
"bugs": {
"url": "{{ repo.html_url }}/issues"
},
"homepage": "https://{{ frontend }}",
"dependencies": {
"@depack/form": "^1.4.2",
"@elastic/elasticsearch": "^7.6.0",
"@idio/idio": "^1.6.0",
"@idio/linkedin": "1.4.0",
"@idio/router": "^1.4.2",
"@lemuria/popup": "^1.1.1",
"@svag/lib": "2.0.0",
"@svag/window": "1.1.1",
"catchment": "3.3.0",
"erte": "1.2.0",
"logarithm": "^2.3.1",
"mongodb": "^3.5.4",
"svg-captcha": "^1.4.0",
"uid-safe": "2.1.5",
"web-push": "^3.4.3"
},
"devDependencies": {
"@a-la/jsx": "1.7.2",
"@contexts/http": "^1.6.2",
"@demimonde/dotenv": "1.1.0",
"@externs/preact": "^1.3.1",
"@typedefs/goa": "^0.1.5",
"alamode": "3.5.2",
"depack": "^1.1.2",
"documentary": "^1.37.1",
"dokku": "^0.1.2",
"preact": "8.5.3",
"restream": "3.7.4",
"rqt": "4.0.0",
"spawncommand": "2.2.0",
"temp-context": "2.1.3",
"typal": "^1.26.2",
"unfetch": "^4.1.0",
"yarn-s": "^1.2.3",
"zoroaster": "4.3.0"
}
}