-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1002 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
38
39
40
41
42
{
"name": "scss-opinionated",
"version": "18.0.0",
"description": "Opiniated scss mixin and utilities",
"license": "MIT",
"author": "Raphael Balet",
"maintainers": [
],
"keywords": [
"scss",
"mixins",
"utilities"
],
"homepage": "https://github.com/rbalet/scss-opinionated#readme",
"bugs": {
"url": "https://github.com/rbalet/scss-opinionated/issues"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rbalet/scss-opinionated"
},
"devDependencies": {
"@commitlint/cli": "^19.2.2",
"@commitlint/config-conventional": "^19.2.2",
"@semantic-release/apm-config": "^9.0.1",
"husky": "^9.0.11",
"semantic-release": "^23.0.8"
},
"release": {
"extends": "@semantic-release/apm-config"
},
"scripts": {
"publish": "npm publish",
"prepare": "husky"
},
"sideEffects": false
}