-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.44 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.44 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
{
"name": "stylelint-config-bigchaindb",
"version": "1.2.2",
"description": "For consistent CSS across BigchainDB, IPDB & ascribe's repos.",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "eslint . --ignore-path .gitignore",
"release": "./node_modules/release-it/bin/release-it.js --src.tagName='v%s' --github.release --npm.publish --non-interactive",
"release-minor": "./node_modules/release-it/bin/release-it.js minor --src.tagName='v%s' --github.release --npm.publish --non-interactive",
"release-major": "./node_modules/release-it/bin/release-it.js major --src.tagName='v%s' --github.release --npm.publish --non-interactive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bigchaindb/stylelint-config-bigchaindb.git"
},
"author": {
"name": "Matthias Kretschmann",
"email": "matthias@bigchaindb.com"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/bigchaindb/stylelint-config-bigchaindb/issues"
},
"homepage": "https://github.com/bigchaindb/stylelint-config-bigchaindb#readme",
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-config-ascribe": "^3.0.5",
"eslint-plugin-import": "^2.17.2",
"release-it": "^12.0.0",
"stylelint": "^10.0.1",
"stylelint-config-standard": "^18.3.0"
},
"peerDependencies": {
"stylelint": ">=9.1.0",
"stylelint-config-standard": ">=18.1.0"
}
}