generated from JSoaress/bp-node-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.11 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
{
"name": "bp-node-api",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:JSoaress/bp-node-api.git",
"author": "João Vitor <joao_vitorsgs@hotmail.com>",
"license": "MIT",
"scripts": {
"dev": "tsx watch src/server.ts",
"build": "tsup src",
"test": "vitest",
"husky:init": "husky install"
},
"devDependencies": {
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"@vitest/coverage-v8": "^1.2.2",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.16.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-import-helpers": "^1.2.1",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^8.0.3",
"prettier": "^2.6.2",
"tsup": "^6.7.0",
"tsx": "^3.12.6",
"typescript": "latest",
"vitest": "^1.3.1"
},
"dependencies": {
"ts-arch-kit": "latest"
}
}