-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.06 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
46
{
"dependencies": {
"axios": "^1.4.0",
"core-util-is": "^1.0.3",
"crypto-js": "^4.1.1",
"express": "^4.18.2",
"hono": "^3.7.0",
"mongodb-extjson": "^2.1.5",
"mongoose": "^7.5.2",
"querystring": "^0.2.1",
"snappy": "^7.2.2",
"typescript": "5.2.2"
"typescript": "5.2.2",
"ts-node": "^10.9.1"
},
"name": "acc-checker",
"version": "1.0.0",
"main": "index.ts",
"devDependencies": {
"@types/crypto-js": "^4.1.2",
"@types/express": "^4.17.17",
"bun-types": "latest",
"ts-node": "^10.9.1"
},
"scripts": {
"start": "node out/index.js",
"dev": "nodemon index.ts",
"build": "tsc --build",
"direct-run": "ts-node index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dhvitOP/acc-checker.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dhvitOP/acc-checker/issues"
},
"homepage": "https://github.com/dhvitOP/acc-checker#readme",
"description": "",
"peerDependencies": {
"typescript": "^5.0.0"
}
}