-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
47 lines (47 loc) · 1.18 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "ember-cli-blueprint-test-helpers",
"version": "0.19.2",
"description": "Blueprint test helpers for ember-cli. Mocks ember-cli for generate and destroy commands.",
"main": "index.js",
"scripts": {
"changelog": "lerna-changelog",
"lint": "mocha tests/lint-test",
"test": "npm run lint && mocha tests node-tests --recursive"
},
"ember-addon": {
"main": "index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ember-cli/ember-cli-blueprint-test-helpers.git"
},
"keywords": [
"ember-addon",
"ember"
],
"author": "Jake Bixby",
"license": "MIT",
"dependencies": {
"chai": "^4.3.4",
"chai-as-promised": "^7.0.0",
"chai-files": "^1.0.0",
"debug": "^4.3.2",
"ember-cli-internal-test-helpers": "^0.9.1",
"fs-extra": "^9.1.0",
"testdouble": "^3.16.1",
"tmp-sync": "^1.0.0"
},
"devDependencies": {
"ember-cli": "~3.22.0",
"eslint": "^7.32.0",
"eslint-plugin-chai-expect": "^2.2.0",
"eslint-plugin-mocha": "^8.1.0",
"lerna-changelog": "^1.0.1",
"mocha": "^8.4.0",
"mocha-eslint": "^4.0.0",
"strip-ansi": "^6.0.0"
},
"engines": {
"node": "10.* || >= 12.*"
}
}