-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 908 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/bcrypt",
"version": "1.0.0",
"description": "Types for https://github.com/kelektiv/node.bcrypt.js",
"typings": "index.d.ts",
"scripts": {
"lint": "tslint index.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-bcrypt.git"
},
"author": {
"name": "Blake Embrey",
"email": "[email protected]",
"url": "http://blakeembrey.me"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/types/npm-bcrypt/issues"
},
"homepage": "https://github.com/types/npm-bcrypt#readme",
"devDependencies": {
"bcrypt": "^5.0.0",
"ts-node": "^4.0.0",
"tslint": "^5.0.0",
"tslint-config-typings": "^0.3.0",
"typescript": "^2.0.6",
"typings": "^2.0.0"
}
}