forked from ealush/vest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.09 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
{
"scripts": {
"build": "vx build",
"test": "vx test",
"release": "vx release",
"lint": "eslint . --ignore-path .gitignore",
"prepare": "husky install",
"dev": "vx dev"
},
"prettier": {
"arrowParens": "avoid",
"singleQuote": true
},
"vx": {},
"workspaces": [
"packages/*",
"./vx/"
],
"devDependencies": {
"@types/jest": "^27.0.3",
"@types/lodash": "^4.14.170",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^23.20.0",
"faker": "^5.5.3",
"husky": "^7.0.0",
"jest": "^27.4.5",
"lodash": "^4.17.21",
"prettier": "^2.3.0",
"pretty-quick": "^3.1.1",
"tsc": "^2.0.3",
"tslib": "^2.2.0",
"typescript": "^4.2.0",
"vx": "./vx",
"wait": "^0.4.2"
},
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/ealush/vest.git"
},
"version": "0.0.0"
}