-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
42 lines (42 loc) · 1.2 KB
/
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
35
36
37
38
39
40
41
42
{
"name": "@types/rethinkdbdash",
"version": "2.3.0",
"description": "Types for https://github.com/neumino/rethinkdbdash",
"typings": "rethinkdbdash.d.ts",
"scripts": {
"lint": "tslint test.ts rethinkdbdash.d.ts",
"bundle": "typings bundle -o bundle.d.ts",
"exec": "npm run test",
"test": "npm run lint && npm run bundle",
"test-e2e": "ts-node test.ts",
"prepublish": "typings install",
"postpublish": "greenkeeper-postpublish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marshall007/npm-rethinkdbdash.git"
},
"author": {
"name": "Marshall Cottrell",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/marshall007/npm-rethinkdbdash/issues"
},
"homepage": "https://github.com/marshall007/npm-rethinkdbdash#readme",
"devDependencies": {
"greenkeeper-postpublish": "^1.0.1",
"rethinkdbdash": "^2.3.29",
"ts-node": "^2.0.0",
"tslint": "^4.3.1",
"tslint-config-typings": "^0.3.1",
"typescript": "^2.1.5",
"typings": "^2.1.0"
},
"dependencies": {
"@types/bluebird": "^3.4.1",
"@types/node": "^6.0.78",
"@types/rethinkdb": "github:types/npm-rethinkdb"
}
}