-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.6 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
57
58
59
60
61
62
63
64
65
66
{
"name": "@depack/render",
"version": "1.4.0",
"description": "Renders JSX To String.",
"main": "compile/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-compile": "yarn test -e test-compile",
"compile": "depack src/depack -o compile/render.js -a -c -p --source_map_include_content",
"lint": "eslint .",
"doc": "doc -o README.md -d -a -n _depack",
"b": "alamode src -o build -s",
"d": "yarn-s d1 externs",
"d1": "typal compile/index.js -c",
"externs": "typal types/externs.js",
"build": "yarn-s d b doc",
"e": "alanode",
"up": "yarn-up -u -e preact"
},
"files": [
"compile",
"src",
"types",
"typedefs.json"
],
"externs": "types/externs.js",
"repository": {
"type": "git",
"url": "git://github.com/dpck/render.git"
},
"typedefs": "typedefs.json",
"keywords": [
"render",
"depack",
"preact",
"html",
"ssr",
"string",
"universal",
"jsx"
],
"author": "Anton <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dpck/render/issues"
},
"homepage": "https://www.compiler.page",
"devDependencies": {
"@a-la/jsx": "^1.6.3",
"@depack/context": "^1.1.2",
"@externs/preact": "^1.3.1",
"@idio/idio": "^1.2.4",
"alamode": "^3.5.2",
"depack": "^1.1.2",
"documentary": "^1.37.0",
"eslint-config-artdeco": "1.0.1",
"preact": "8.5.3",
"rqt": "^4.0.0",
"yarn-s": "^1.2.3",
"zoroaster": "^4.3.0"
}
}