-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.14 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
{
"author": "Team @style-all",
"bugs": {
"url": "https://github.com/style-all/stylelint-scss/issues"
},
"dependencies": {
"@stylistic/stylelint-plugin": "latest",
"postcss-scss": "latest",
"stylelint": "latest",
"stylelint-scss": "latest"
},
"devDependencies": {
"@types/node": "latest",
"@types/semver": "latest",
"semver": "latest",
"ts-node": "latest",
"typescript": "latest"
},
"files": [
"dist/index.js"
],
"homepage": "https://github.com/style-all/stylelint-scss#readme",
"keywords": [
"css",
"lint",
"scss",
"style",
"stylelint"
],
"license": "MIT",
"main": "dist/index.js",
"name": "@style-all/stylelint-scss",
"publishConfig": {
"access": "public",
"tag": "latest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/style-all/stylelint-scss.git"
},
"scripts": {
"amend": "npx ts-node --skipProject ./.github/workflows/amend.ts",
"deploy": "tsc && npm publish"
},
"version": "0.0.0"
}