-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
34 lines (34 loc) · 933 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
32
33
34
{
"name": "@types/rethinkdb",
"version": "2.3.0",
"description": "Types for https://github.com/rethinkdb/rethinkdb",
"typings": "rethinkdb.d.ts",
"scripts": {
"lint": "tslint test.ts rethink.d.ts",
"bundle": "typings bundle -o bundle.d.ts",
"exec": "ts-node test.ts",
"test": "npm run lint && npm run bundle && npm run exec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/types/npm-rethinkdb.git"
},
"author": {
"name": "Blake Embrey",
"email": "[email protected]",
"url": "http://blakeembrey.me"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/types/npm-rethinkdb/issues"
},
"homepage": "https://github.com/types/npm-rethinkdb#readme",
"devDependencies": {
"rethinkdb": "^2.3.3",
"ts-node": "^2.0.0",
"tslint": "^4.3.1",
"tslint-config-typings": "^0.3.1",
"typescript": "^2.1.5",
"typings": "^2.1.0"
}
}