-
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) · 930 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 930 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": "@distributed/tooling",
"version": "1.0.0",
"author": "Gomah <thomas@distributed.vc>",
"repository": "git@github.com:distributedvc/tooling.git",
"license": "MIT",
"dependencies": {
"@distributed/cherangi": "^1.1.5",
"chroma-js": "^2.1.0"
},
"scripts": {
"test": "jest"
},
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@types/chroma-js": "^2.0.0",
"@types/jest": "^25.1.4",
"@types/node": "^13.9.6",
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-typescript": "^7.2.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.1.2",
"husky": "^4.2.3",
"jest": "^25.2.4",
"prettier": "^2.0.2",
"ts-jest": "^25.3.0",
"typescript": "^3.8.2"
}
}