-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 889 Bytes
/
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
{
"author": {
"name": "David Andre Evans Farinha",
"email": "[email protected]",
"url": "https://github.com/davidfarinha/types-feathers-rethinkdb"
},
"bugs": {
"url": "https://github.com/davidfarinha/types-feathers-rethinkdb/issues"
},
"dependencies": {
"@feathersjs/feathers": "^3.1.7",
"@types/feathersjs__feathers": "^3.0.4",
"@types/rethinkdb": "github:types/npm-rethinkdb",
"@types/rethinkdbdash": "github:types/rethinkdbdash"
},
"description": "TypeScript typings for the package \"feathers-rethinkdb\"",
"keywords": [
"feathers-rethindb",
"feathers",
"feathersjs",
"typescript"
],
"license": "ISC",
"name": "@types/feathers-rethinkdb",
"repository": {
"type": "git",
"repository": "https://github.com/davidfarinha/types-feathers-rethinkdb"
},
"types": "index.d.ts",
"version": "0.1.0"
}