-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.08 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
{
"name": "test-random",
"version": "1.0.0",
"main": "src/index.ts",
"license": "MIT",
"scripts": {
"start": "ts-node src/index.ts",
"start:dev": "ts-node-dev src/index.ts",
"build": "rimraf ./dist && tsc && cp -r ./views ./public ./assets ./package.json ./dist"
},
"devDependencies": {
"@types/body-parser": "^1.19.2",
"@types/express": "^4.17.14",
"@types/node": "^18.7.23",
"@types/node-cron": "^3.0.4",
"@types/seedrandom": "^3.0.2",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^4.8.4"
},
"dependencies": {
"@types/localtunnel": "^2.0.1",
"axios": "^0.27.2",
"body-parser": "^1.20.0",
"canvas": "^2.10.1",
"dotenv": "^16.0.2",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-basic-auth": "^1.2.1",
"images": "^3.2.4",
"localtunnel": "^2.0.2",
"log4js": "^6.7.1",
"node-cron": "^3.0.2",
"reflect-metadata": "^0.1.13",
"seedrandom": "^3.0.5",
"sqlite3": "^5.1.1",
"typeorm": "^0.3.10",
"ultimate-text-to-image": "^1.0.0"
}
}