-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 883 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
35
{
"name": "@types/aerospike",
"version": "2.4.4",
"description": "Type definitions for https://github.com/aerospike/aerospike-client-nodejs",
"homepage": "https://github.com/typed-contrib/aerospike-client-nodejs#readme",
"main": "lib/aerospike.d.ts",
"author": "typed-contrib",
"license": "MIT",
"bugs": {
"url": "https://github.com/typed-contrib/aerospike-client-nodejs/issues"
},
"directories": {
"test": "tests"
},
"scripts": {
"test": "typings install && tsc -p . && cd tests && typings install && tsc -p ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/typed-contrib/aerospike-client-nodejs.git"
},
"devDependencies": {
"typescript": "^2.1.6",
"typings": "^2.1.0"
},
"keywords": [
"typings",
"definitions",
"typescript",
"typed",
"types",
"aerospike",
"client"
]
}