-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.23 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
{
"name": "@externs/preact",
"version": "1.3.1",
"description": "The Externs For Preact.",
"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",
"wiki": "doc wiki -W wiki.git -n preact -d -a",
"lint": "eslint .",
"doc": "doc -o README.md -d -a",
"d": "yarn-s d1 externs",
"d1": "typal build/index.js",
"externs": "typal types/externs.js -e",
"build": "yarn-s d b doc",
"e": "alanode"
},
"files": [
"build",
"src",
"types",
"typedefs.json"
],
"externs": "types/externs.js",
"repository": {
"type": "git",
"url": "git://github.com/externs/preact.git"
},
"typedefs": "typedefs.json",
"keywords": [
"preact",
"externs"
],
"author": "Anton <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/externs/preact/issues"
},
"homepage": "https://www.compiler.page",
"devDependencies": {
"alamode": "^3.5.2",
"documentary": "^1.37.0",
"eslint-config-artdeco": "1.0.1",
"typal": "^1.26.2",
"yarn-s": "1.2.3",
"zoroaster": "^4.3.0"
}
}