-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 795 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 795 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
{
"name": "ains",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "nodemon src/index.ts",
"build": "rimraf dist && tsc",
"ts.check": "tsc --project tsconfig.json",
"add-build": "git add dist"
},
"author": "reactwind",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/express": "^4.17.21",
"@types/node": "^20.12.12",
"husky": "^9.1.7",
"nodemon": "^3.1.0",
"rimraf": "^5.0.7",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"dependencies": {
"crypto-js": "^4.2.0",
"dotenv": "^16.4.5",
"express": "^4.22.1",
"openai": "^4.103.0",
"re": "^0.1.4"
}
}