-
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) · 1.05 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.05 KB
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": "squarecloud-manager",
"version": "1.0.0",
"description": "SquareCloud - Manage your squarecloud applications (This is not an official application developed by squarecloud)",
"main": "./dist/Core/Main.js",
"repository": "https://github.com/flaxeeydeveloper/SquareCloudManager",
"author": "flaxeeydeveloper <https://github.com/flaxeeydeveloper>",
"license": "MIT",
"private": false,
"dependencies": {
"@prisma/client": "^5.11.0",
"@squarecloud/api": "^3.4.3",
"@types/crypto-js": "^4.2.2",
"bcrypt": "^5.1.1",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.10",
"discord.js": "^14.14.1",
"dotenv": "^16.4.5",
"i18next-fs-backend": "^2.3.1",
"prisma": "^5.11.0"
},
"devDependencies": {
"@biomejs/biome": "^1.6.1",
"@types/bcrypt": "^5.0.2",
"@types/dotenv": "^8.2.0",
"ts-node": "^10.9.2",
"tsc": "^2.0.4",
"typescript": "^5.4.2"
},
"scripts": {
"sqm_application_wp": "ts-node ./Source/Core/Main.ts",
"sqm_application": "prisma db push && ts-node ./Source/Core/Main.ts"
}
}