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
|
{
"name": "@oneflow/which-api",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@feathersjs/express": "^4.5.4",
"@feathersjs/feathers": "^4.5.3",
"@feathersjs/socketio": "^4.5.4",
"@feathersjs/transport-commons": "^4.5.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eug-vs/which-api.git"
},
"bugs": {
"url": "https://github.com/eug-vs/which-api/issues"
},
"homepage": "https://github.com/eug-vs/which-api#readme",
"description": ""
}
|