-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 971 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
33
34
35
{
"name": "fienmee",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start:dev": "pm2 start ecosystem.dev.config.json",
"delete:dev": "pm2 delete ecosystem.dev.config.json",
"build": "pnpm -r build",
"test": "pnpm -r test",
"lint": "pnpm -r lint",
"prepare": "husky"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@swc/core": "^1.9.1",
"@swc/jest": "^0.2.37",
"@types/jest": "^29.5.14",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"eslint": "^8",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.6",
"jest": "^29.7.0",
"lint-staged": "^15.2.10",
"pm2": "^5.4.2",
"prettier": "^3.3.3"
},
"dependencies": {
"tslib": "^2.8.1"
}
}