-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.26 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
{
"name": "fauton",
"homepage": "https://github.com/Devorein/fauton/blob/master/README.md",
"bugs": {
"url": "https://github.com/Devorein/fauton/issues"
},
"scripts": {
"prebuild": "lerna run prebuild",
"build": "lerna run build",
"test": "lerna run test",
"lint": "lerna run lint",
"format": "lerna run format",
"build:watch": "lerna run build:watch --parallel",
"bootstrap": "lerna bootstrap"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Devorein/fauton.git"
},
"author": "Safwan Shaheer <[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/cli-progress": "^3.9.2",
"@types/jest": "^27.0.2",
"@types/node": "^16.11.6",
"@types/shortid": "^0.0.29",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"del-cli": "^4.0.1",
"eslint": "^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.3.1",
"np": "^7.5.0",
"prettier": "^2.4.1",
"ts-jest": "^27.0.7",
"typescript": "^4.4.4"
},
"dependencies": {
"lerna": "^4.0.0"
}
}