UNPKG

sass-alias

Version:

sass-alias is a node-sass and dart-sass importer that brings aliasing to sass.

47 lines (46 loc) 1.2 kB
{ "name": "sass-alias", "version": "2.0.1", "main": "./build/index.js", "files": [ "build/**/*" ], "types": "./build/index.d.ts", "scripts": { "dts": "npx npm-dts generate -o ./build/index.d.ts", "prepare": "npm run build", "test": "jest --verbose false", "build": "tsc --project tsconfig.build.json && tscpaths -p tsconfig.json -s ./source -o ./build", "dev": "nodemon -r tsconfig-paths/register sample/index.ts" }, "author": "Luis Gazcón", "description": "sass-alias is a node-sass and dart-sass importer that brings aliasing to sass.", "keywords": [ "sass", "paths", "alias", "importer", "node-sass", "dart-sass" ], "homepage": "https://www.github.com/LuisGazcon/sass-alias", "repository": { "type": "git", "url": "https://www.github.com/LuisGazcon/sass-alias" }, "license": "MIT", "devDependencies": { "@types/jest": "^27.0.1", "@types/node": "^16.7.0", "@types/sass": "^1.16.1", "jest": "^27.0.6", "nodemon": "^2.0.20", "npm-dts": "^1.3.10", "sass": "^1.38.0", "ts-jest": "^27.0.5", "ts-node": "^10.9.1", "tsconfig-paths": "^4.1.2", "tscpaths": "^0.0.9", "typescript": "^4.3.5" } }