-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 832 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 832 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
{
"name": "@createdreamtech/cirrus",
"version": "0.0.0-development",
"description": "",
"main": "build/index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"lint": "eslint -c .eslintrc.js --ext .ts",
"test": "npm run lint && jest --coverage --testTimeout 70000"
},
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@types/jest": "^26.0.14",
"@types/node": "^12.12.17",
"@types/node-forge": "^0.9.5",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"eslint": "^7.11.0",
"jest": "^26.6.0",
"ts-jest": "^26.4.1",
"tslint": "^5.18.0",
"typedoc": "^0.19.2",
"typescript": "^4.0.0"
},
"dependencies": {
"@createdreamtech/datalog": "0.0.1",
"skynet-js": "^2.9.0"
}
}