UNPKG

2.17 kBJSONView Raw
1{
2 "name": "ember-cli-eyeglass",
3 "version": "7.0.4",
4 "description": "Use eyeglass and node-sass to compile Sass files.",
5 "directories": {
6 "doc": "doc",
7 "test": "tests"
8 },
9 "main": "lib/index.js",
10 "scripts": {
11 "prepare": "tsc --build",
12 "pretest": "tsc --build",
13 "build": "yarn prepare",
14 "lint": "eslint --ext ts --format visualstudio .",
15 "lintfix": "eslint --ext ts --fix .",
16 "start": "cd ../../private-packages/eyeglass-test-app/ && yarn start",
17 "test": "yarn test:node && cd ../../private-packages/eyeglass-test-app/ && yarn test:acceptance && cd ../eyeglass-embroider-app/ && yarn test:acceptance",
18 "test:node": "mocha node-tests/**/*-test.js"
19 },
20 "repository": {
21 "type": "git",
22 "url": "https://github.com/linkedin/eyeglass.git"
23 },
24 "homepage": "https://github.com/linkedin/eyeglass/tree/master/packages/ember-cli-eyeglass#readme",
25 "engines": {
26 "node": "10.* || >= 12.*"
27 },
28 "author": "Chris Eppstein <chris@eppsteins.net>",
29 "license": "Apache-2.0",
30 "devDependencies": {
31 "@types/lodash.defaultsdeep": "^4.6.5",
32 "@types/node": "^10.7.0",
33 "@typescript-eslint/eslint-plugin": "^2.16.0",
34 "@typescript-eslint/parser": "^2.16.0",
35 "broccoli-stew": "^2.0.0",
36 "chai": "^4.1.2",
37 "eslint": "^5.12.1",
38 "eyeglass": "^3.0.2",
39 "mocha": "^5.2.0",
40 "typescript": "~3.8.0",
41 "yarn": "1.22.5"
42 },
43 "keywords": [
44 "ember-addon",
45 "sass",
46 "eyeglass",
47 "scss",
48 "css",
49 "broccoli"
50 ],
51 "dependencies": {
52 "broccoli-debug": "^0.6.5",
53 "broccoli-eyeglass": "^6.0.3",
54 "broccoli-funnel": "^2.0.1",
55 "broccoli-merge-trees": "^3.0.0",
56 "broccoli-plugin": "^1.3.1",
57 "debug": "^4.1.1",
58 "fs-extra": "^7.0.0",
59 "lodash.clonedeep": "^4.5.0",
60 "lodash.defaultsdeep": "^4.6.0",
61 "tmp": "^0.1.0"
62 },
63 "peerDependencies": {
64 "ember-cli": "^3.5.0"
65 },
66 "files": [
67 "lib",
68 "src",
69 "LICENSE",
70 "NOTICE",
71 "*.md"
72 ],
73 "volta": {
74 "node": "10.18.1",
75 "yarn": "1.22.5"
76 },
77 "ember-addon": {
78 "after": [
79 "ember-css-modules"
80 ]
81 },
82 "gitHead": "781e18b87a68111ac2fed9fbb6dffe4423aa553d"
83}