forked from feathersjs/feathers
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.24 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
51
{
"name": "@feathersjs/feathers",
"description": "A framework for real-time applications and REST API with JavaScript and TypeScript",
"version": "4.3.0",
"homepage": "http://feathersjs.com",
"repository": {
"type": "git",
"url": "git://github.com/feathersjs/feathers.git"
},
"keywords": [
"feathers",
"REST",
"socket.io",
"realtime"
],
"main": "lib/index.js",
"types": "index.d.ts",
"author": {
"name": "Feathers contributors",
"email": "hello@feathersjs.com",
"url": "https://feathersjs.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/feathersjs/feathers/issues"
},
"directories": {
"lib": "lib"
},
"scripts": {
"test": "mocha --opts ../../mocha.opts",
"update-version": "node -e \"console.log('module.exports = \\'' + require('./package.json').version + '\\';')\" > lib/version.js",
"version": "npm run update-version"
},
"engines": {
"node": ">= 6"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@feathersjs/commons": "^4.3.0",
"debug": "^4.1.1",
"events": "^3.0.0",
"uberproto": "^2.0.4"
},
"devDependencies": {
"mocha": "^6.2.0"
},
"gitHead": "907510a8f1f8c675b3ec3b8d9962991c76195694"
}