forked from singnet/snet-sdk-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 823 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
{
"private": true,
"name": "snet-sdk-monorepo",
"version": "0.0.0-internal",
"description": "SingularityNET SDK for JS",
"keywords": [
"snet-sdk",
"singularitynet-sdk",
"singularitynet"
],
"repository": {
"type": "git",
"url": "git+https://github.com/singnet/snet-sdk-js.git"
},
"scripts": {
"docGen": "jsdoc -c ./jsdoc.config.json",
"lint": "eslint src test",
"test": "nyc mocha --require @babel/register --colors",
"test:watch": "mocha --require @babel/register --colors -w"
},
"author": "SingularityNET Foundation",
"license": "MIT",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.15.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0",
"jsdoc": "^3.6.2",
"mocha": "^6.0.2",
"nyc": "^13.3.0"
}
}