-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.3 KB
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
48
49
50
{
"name": "watch-detector",
"version": "1.0.3",
"description": "",
"homepage": "https://github.com/ember-cli/watch-detector#readme",
"bugs": {
"url": "https://github.com/ember-cli/watch-detector/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ember-cli/watch-detector.git"
},
"license": "MIT",
"main": "lib/index.js",
"files": [
"lib/*"
],
"scripts": {
"lint": "eslint lib test",
"lint:fix": "eslint --fix lib test",
"test": "mocha"
},
"dependencies": {
"heimdalljs-logger": "^0.1.10",
"silent-error": "^1.1.1",
"tmp": "^0.2.5"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"console-ui": "^3.1.1",
"eslint": "^5.16.0",
"eslint-config-prettier": "^6.2.0",
"eslint-plugin-mocha": "^6.1.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.1.0",
"mocha": "^6.2.0",
"prettier": "^1.18.2",
"release-plan": "^0.18.0",
"sinon": "^7.4.2",
"sinon-chai": "^3.3.0"
},
"engines": {
"node": ">= 8"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"packageManager": "pnpm@10.33.4+sha512.1c67b3b359b2d408119ba1ed289f34b8fc3c6873412bec6fd264fbdc82489e510fcbecb9ce9d22dae7f3b76269d8441046014bdca53b9979cd7a561ad631b800"
}