forked from Punk-UnDeaD/node-sass-export
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 853 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
{
"name": "@moda/node-sass-export",
"version": "0.0.7",
"description": "lightweight extension that allows you to export an encoded Sass variables (map, list, etc) into an external JSON file",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"sass",
"json",
"export"
],
"author": "ModaOperandi",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"semantic-release": "^19.0.5"
},
"engines": {
"node": ">= 16.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ModaOperandi/node-sass-export.git"
},
"bugs": {
"url": "https://github.com/ModaOperandi/node-sass-export/issues"
},
"homepage": "https://github.com/ModaOperandi/node-sass-export#readme",
"publishConfig": {
"access": "public"
}
}