UNPKG

nucont-pro-styles

Version:
38 lines (37 loc) 1.27 kB
{ "name": "nucont-pro-styles", "version": "1.2.3", "description": "Nucont PRO App Styles", "main": "index.js", "files": [ "dist/*" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "style-dictionary": "style-dictionary build --config ./src/style-dictionary/config.json --platform scss", "sass2css": "node_modules/.bin/node-sass -r src/scss -o dist/css --output-style=compressed --include-path --source-map-embed true", "build": "rm -r dist/* && cp -r src/scss dist/scss && cp -r src/fonts dist/fonts && cp -r src/style-dictionary dist/style-dictionary && npm run style-dictionary && npm run sass2css" }, "repository": { "type": "git", "url": "git+https://github.com/nuconthackers/nucont-pro-styles.git" }, "keywords": [ "Nucont", "Nucont", "PRO", "Styles", "CSS", "SASS" ], "author": "NucontHackers", "license": "ISC", "bugs": { "url": "https://github.com/nuconthackers/nucont-pro-styles/issues" }, "homepage": "https://github.com/nuconthackers/nucont-pro-styles#readme", "devDependencies": { "node-sass": "^4.14.0", "style-dictionary": "^2.9.0" } }