UNPKG

sass-export-extend

Version:

Exports Sass files to Json format, able to manage sections with annotations in comments.

60 lines (59 loc) 1.39 kB
{ "name": "sass-export-extend", "version": "1.0.4", "description": "Exports Sass files to Json format, able to manage sections with annotations in comments.", "main": "./dist/index.js", "files": [ "bin", "dist" ], "scripts": { "build": "tsc --p tsconfig.json", "dev": "npm run build & npm run test", "prepare": "npm run build", "prestart": "npm run build", "watch": "npm run build -- --watch", "test": "TS_NODE_FILES=true mocha -r ts-node/register src/**/*.test.ts" }, "engines": { "node": ">=10" }, "keywords": [ "Sass", "Sass Utilities", "Scss", "Sass Annotations", "Sass to JS", "Scss Json", "Sass to Json", "sass variables exporting", "Node Sass" ], "author": { "name": "songdy.wu", "email": "yj.wu@qq.com" }, "bin": { "sass-export": "./bin/sass-export" }, "license": "ISC", "dependencies": { "glob": "^7.1.6", "minimist": "^1.2.5", "sass": "^1.32.8" }, "repository": { "type": "git", "url": "https://github.com/songdy/Sass-export.git" }, "devDependencies": { "@types/chai": "^4.2.15", "@types/mocha": "^8.2.2", "@types/node": "^14.14.37", "@types/sass": "^1.16", "chai": "^4.3.4", "mocha": "^8.3.2", "ts-node": "^9.1.1", "typescript": "^4.2.3" } }