-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 911 Bytes
/
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
{
"name": "css-ast-iterations-pure",
"version": "0.1.0",
"description": "",
"main": "src/index.js",
"types": "types/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .",
"format": "prettier --no-config --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/swordcss/css-ast-iterations-pure.git"
},
"keywords": [
"css",
"css-ast",
"ast"
],
"author": "shadowtime2000",
"license": "MIT",
"bugs": {
"url": "https://github.com/swordcss/css-ast-iterations-pure/issues"
},
"homepage": "https://github.com/swordcss/css-ast-iterations-pure#readme",
"dependencies": {
"css-ast-iterations": "^0.5.0"
},
"devDependencies": {
"@types/css": "0.0.31",
"eslint": "^7.13.0",
"eslint-config-swordcss": "^0.6.0",
"prettier": "^2.1.2",
"typescript": "^4.0.5"
}
}