-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.71 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
{
"name": "@angular-package/sass-string",
"version": "1.0.2-beta",
"author": "@angular-package <contact@angular-package.dev>",
"homepage": "https://angular-package.github.io/sass-string",
"description": "Modified string Sass module.",
"main": "./index.scss",
"license": "MIT",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"devDependencies": {
"stylelint": "^15.10.3",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-standard-scss": "^11.0.0",
"stylelint-order": "^6.0.3"
},
"peerDependencies": {
"sass": "^1.78.0"
},
"scripts": {
"prepublishOnly": "npm install rimraf && npm run pkg && npm run clean",
"pkg": "npm pkg delete module es2020 esm2020 fesm2020 fesm2015 typings exports dependencies",
"clean": "./node_modules/rimraf/dist/esm/bin.mjs ./esm2020 ./fesm2015 ./fesm2020 ./index.d.ts ./public-api.d.ts ./node_modules && npm pkg delete scripts",
"sass": "./node_modules/sass/sass.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/angular-package/sass-string.git"
},
"bugs": {
"url": "https://github.com/angular-package/sass-string/issues"
},
"keywords": [
"@angular-package",
"sass:string",
"scss",
"string"
],
"funding": [
{
"type": "individual",
"url": "https://checkout.revolut.com/pay/048b10a3-0e10-42c8-a917-e3e9cb4c8e29"
},
{
"type": "individual",
"url": "https://docs.angular-package.dev/donate/cryptocurrency"
},
{
"type": "patreon",
"url": "https://www.patreon.com/angularpackage"
},
{
"type": "github",
"url": "https://github.com/sponsors/angular-package"
}
]
}