UNPKG

@emitty/language-scss

Version:

A SCSS language support @emitty

31 lines (30 loc) 869 B
{ "name": "@emitty/language-scss", "version": "2.0.1", "description": "A SCSS language support @emitty", "license": "MIT", "repository": "https://github.com/mrmlnc/emitty/tree/master/packages/language-scss", "keywords": [ "emitty", "language", "scss" ], "engines": { "node": ">= 8" }, "main": "out/index.js", "typings": "out/index.d.ts", "scripts": { "clean": "rimraf {tsconfig.tsbuildinfo,out}", "lint": "eslint \"src/**/*.ts\" --cache", "compile": "tsc -b .", "compile:watch": "tsc -p . --watch --sourceMap", "test": "mocha \"out/**/*.spec.js\" -s 0", "build": "npm run clean && npm run compile && npm run lint && npm test", "watch": "npm run clean && npm run compile:watch" }, "dependencies": { "scss-symbols-parser": "^1.1.3" }, "gitHead": "956d5af85e9db8ba3a9df8d564e52dd706fbb187" }