ember-cli-eyeglass
Version:
Use eyeglass and node-sass to compile Sass files.
83 lines (82 loc) • 2.11 kB
JSON
{
"name": "ember-cli-eyeglass",
"version": "7.1.1",
"description": "Use eyeglass and node-sass to compile Sass files.",
"directories": {
"doc": "doc",
"test": "tests"
},
"main": "lib/index.js",
"scripts": {
"prepare": "tsc --build",
"pretest": "tsc --build",
"build": "yarn prepare",
"lint": "eslint --ext ts --format visualstudio .",
"lintfix": "eslint --ext ts --fix .",
"start": "cd ../../private-packages/eyeglass-test-app/ && yarn start",
"test": "yarn test:node && cd ../../private-packages/eyeglass-test-app/ && yarn test:acceptance && cd ../eyeglass-embroider-app/ && yarn test:acceptance",
"test:node": "mocha node-tests/**/*-test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/linkedin/eyeglass.git"
},
"homepage": "https://github.com/linkedin/eyeglass/tree/master/packages/ember-cli-eyeglass#readme",
"engines": {
"node": "10.* || >= 12.*"
},
"author": "Chris Eppstein <chris@eppsteins.net>",
"license": "Apache-2.0",
"devDependencies": {
"@types/lodash.defaultsdeep": "^4.6.5",
"@types/node": "^10.7.0",
"@typescript-eslint/eslint-plugin": "^2.16.0",
"@typescript-eslint/parser": "^2.16.0",
"broccoli-stew": "^2.0.0",
"chai": "^4.1.2",
"eslint": "^5.12.1",
"eyeglass": "^3.0.3",
"mocha": "^5.2.0",
"typescript": "~3.8.0",
"yarn": "1.22.5"
},
"keywords": [
"ember-addon",
"sass",
"eyeglass",
"scss",
"css",
"broccoli"
],
"dependencies": {
"broccoli-debug": "^0.6.5",
"broccoli-eyeglass": "^6.0.5",
"broccoli-funnel": "^2.0.1",
"broccoli-merge-trees": "^3.0.0",
"broccoli-plugin": "^1.3.1",
"debug": "^4.1.1",
"fs-extra": "^7.0.0",
"lodash.clonedeep": "^4.5.0",
"lodash.defaultsdeep": "^4.6.0",
"tmp": "^0.1.0"
},
"peerDependencies": {
"ember-cli": "^3.5.0"
},
"files": [
"lib",
"src",
"LICENSE",
"NOTICE",
"*.md"
],
"volta": {
"node": "10.18.1",
"yarn": "1.22.5"
},
"ember-addon": {
"after": [
"ember-css-modules"
]
}
}