-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.04 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
{
"name": "fluff4.me",
"private": true,
"scripts": {
"build": "npx ts-node tasks/utility/TaskRunner.ts clean install build",
"watch": "npx ts-node tasks/utility/TaskRunner.ts clean install pre_watch_build -- serve watch",
"ci:dev": "npx ts-node tasks/utility/TaskRunner.ts ci_dev"
},
"devDependencies": {
"fs-extra": "10.1.0",
"@types/fs-extra": "9.0.13",
"ts-node": "10.8.0",
"typescript": "5.6.2",
"del": "6.1.1",
"ansicolor": "1.1.100",
"@types/ansicolors": "0.0.33",
"dotenv": "8.2.0",
"chokidar": "3.5.3",
"parseurl": "1.3.3",
"@types/parseurl": "1.3.1",
"encodeurl": "1.0.2",
"@types/encodeurl": "1.0.0",
"escape-html": "1.0.3",
"@types/escape-html": "1.0.1",
"@types/connect": "3.4.34",
"serve-static": "1.16.2",
"@types/serve-static": "1.15.7",
"https-localhost": "4.7.1",
"@types/express": "4.17.13",
"tsconfig-paths": "4.2.0",
"ws": "8.18.0",
"@types/ws": "8.5.13",
"lint": "github:fluff4me/lint",
"chiri": "github:fluff4me/chiri#package",
"weaving": "github:chirivulpes/weaving#package"
}
}