generated from mnpjs/package
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.59 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
{
"name": "@a-la/styles",
"version": "1.0.0",
"description": "CSS Properties For JSX.",
"main": "src/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",
"lib": "depack src/depack.js -o compile/style.js -a -c --source_map_include_content",
"test-compile": "yarn test -e test-compile",
"lint": "eslint .",
"doc": "doc -o README.md -n _style -a -d",
"wiki": "doc wiki -W wiki.git -n _style -a -d",
"d": "yarn-s template d1 externs",
"d1": "typal compile/index.js types/index.js -u -t types/index.xml",
"template": "typal compile/template.js -T compile/index.js -t types/api.xml",
"externs": "typal types/externs.js"
},
"files": [
"src/index.js",
"preact",
"types/index.d.ts",
"map.json",
"ignore.json"
],
"types": "types/index.d.ts",
"repository": {
"type": "git",
"url": "git://github.com/a-la/style.git"
},
"typedefs": "typedefs.json",
"keywords": [
"a-la",
"css",
"jsx",
"style",
"styles",
"react",
"preact",
"typings"
],
"author": "Anton <[email protected]>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/a-la/style/issues"
},
"homepage": "https://www.artd.eco",
"devDependencies": {
"alamode": "^3.5.2",
"depack": "^1.1.2",
"documentary": "^1.37.1",
"erte": "^1.2.0",
"eslint-config-artdeco": "1.0.1",
"typal": "^1.26.2",
"vscode-web-custom-data": "^0.1.3",
"yarn-s": "1.2.3",
"zoroaster": "^4.3.0"
}
}