-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.2 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.2 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
{
"name": "feathers-debugger-service",
"version": "1.3.6",
"description": "Feathers debugger service (For feathers debugger chrome extension)",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"feathers",
"feathersjs",
"feathers-debugger",
"feathers-debugger-service",
"feathers-hooks",
"chrome",
"extension"
],
"types": "types",
"author": "Dan Radenkovic",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/radenkovic/feathers-debugger-service.git"
},
"bugs": {
"url": "https://github.com/radenkovic/feathers-debugger-service/issues",
"email": "dan@radenkovic.org"
},
"devDependencies": {
"@feathersjs/express": "^4.x.x",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.0",
"eslint-import-resolver-node": "^0.3.4",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.0.5"
},
"dependencies": {
"feathers-debugger": "^1.x.x",
"feathers-nedb": "^5.1.0",
"nedb": "^1.8.0"
},
"peerDependencies": {
"@feathersjs/express": "^4.x.x"
}
}