forked from acdlite/json-sass
-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
46 lines (46 loc) · 1.28 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
{
"name": "json2scss-map",
"version": "1.5.1",
"description": "This is an utility tool for the developers to customizing colors, fonts & other whitelabel stuff and compiling into SCSS variable. So, anyone can change the look & feel of your app in just few steps.",
"main": "lib/json2scss.js",
"bin": "lib/bin/json2scss",
"scripts": {
"test": "make test",
"prepare": "npm test",
"postpublish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags"
},
"keywords": [
"sass",
"JSON",
"scss",
"next",
"dart-scss",
"colors",
"HEX",
"HSL",
"RGB",
"Color Lavel 4"
],
"author": "AS Developers",
"repository": {
"type": "git",
"url": "https://github.com/AS-Devs/json2scss-map.git"
},
"bugs": {
"url": "https://github.com/AS-Devs/json2scss-map/issues"
},
"homepage": "https://github.com/AS-Devs/json2scss-map",
"license": "MIT",
"dependencies": {
"lodash": "^4.17.21",
"minimist": "^1.2.5",
"through2": "^4.0.2"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"chai": "^4.3.4",
"mocha": "^9.1.3"
}
}