-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 895 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 895 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
{
"name": "typescript-starter",
"version": "1.0.1",
"scripts": {
"start:dev": "ts-node-dev --ignore-watch node_modules --respawn src/main.ts",
"build": "tsc"
},
"keywords": [],
"author": "",
"license": "GPL3",
"dependencies": {
"@fastwa/builders": "^1.0.1",
"@fastwa/client": "^1.0.1",
"@fastwa/common": "^1.0.1",
"@fastwa/core": "^1.0.1",
"@fastwa/schedule": "^1.0.1",
"@whiskeysockets/baileys": "^6.3.1",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.8",
"ts-node-dev": "^2.0.0",
"typescript": "^4.9.3"
}
}