-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 914 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 914 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
33
34
{
"name": "primassist",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"dev": "node main.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/archways404/PrimAssist.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/archways404/PrimAssist/issues"
},
"homepage": "https://github.com/archways404/PrimAssist#readme",
"dependencies": {
"@fastify/cors": "^11.2.0",
"@js-temporal/polyfill": "^0.5.1",
"dotenv": "^17.2.4",
"fastify": "^5.7.4",
"fastify-plugin": "^5.1.0",
"puppeteer": "^24.36.1",
"totp-generator": "^2.0.1"
},
"devDependencies": {
"vite": "^7.3.1"
},
"packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017"
}