-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 891 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 891 Bytes
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
{
"name": "tablestore-js",
"version": "1.0.4",
"description": "Aliyun TableStore SDK for JavaScript",
"main": "index.js",
"scripts": {
"test": "mocha -R spec --recursive -t=1000000 -r intelli-espower-loader",
"cover": "nyc mocha --recursive -t=1000000 -r intelli-espower-loader"
},
"keywords": [
"aliyun",
"aliyun-ots",
"tablestore",
"javascript",
"nodejs"
],
"author": "Aron <bon.hoo@hotmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/boizz/tablestore.git"
},
"license": "MIT",
"dependencies": {
"tablestore": "^4.3.2"
},
"devDependencies": {
"eslint": "^6.0.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.18.0",
"intelli-espower-loader": "^1.0.1",
"mocha": "^6.1.4",
"nyc": "^14.1.1",
"power-assert": "^1.6.1",
"proxyquire": "^2.1.1"
}
}