-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.89 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.89 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
{
"name": "@a-la/jsx",
"version": "1.8.0",
"description": "The JSX Transform For ÀLaMode And Other Packages.",
"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 _alaJsx -d -a",
"b": "alamode src -o build -s -i jsx.js,get-args.js",
"d": "yarn-s template d1 externs",
"template": "typal compile/template.js -T compile/index.js -u -t types/api.xml,types/index.xml",
"d1": "typal compile/index.js -u -t types/api.xml,types/index.xml",
"externs": "typal types/externs.js -e",
"compile": "depack src/bin/jsx -c -a -p -o compile/bin/jsx.js",
"build": "yarn-s d b doc",
"e": "alanode",
"args": "argufy -o src/bin/get-args.js",
"dev": "alanode src/bin/jsx",
"example/": "yarn e example/example.js"
},
"bin": "compile/bin/jsx.js",
"files": [
"build",
"src",
"depack",
"typedefs.json",
"types"
],
"externs": "types/externs.js",
"repository": {
"type": "git",
"url": "git://github.com/a-la/jsx.git"
},
"typedefs": "typedefs.json",
"keywords": [
"jsx",
"transpile",
"template",
"compile",
"react",
"a-la",
"alamode",
"preact"
],
"alamode": true,
"author": "Anton <anton@adc.sh>",
"license": "MIT",
"bugs": {
"url": "https://github.com/a-la/jsx/issues"
},
"homepage": "https://www.artd.eco",
"devDependencies": {
"@wrote/read": "^1.0.4",
"alamode": "^3.7.1",
"argufy": "^1.7.5",
"depack": "^1.1.2",
"documentary": "^1.37.1",
"eslint-config-artdeco": "1.0.1",
"temp-context": "^2.1.3",
"yarn-s": "1.2.3",
"zoroaster": "^4.3.0"
},
"dependencies": {
"@a-la/detect-jsx": "^1.0.2",
"restream": "^3.7.4"
}
}