-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.51 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.51 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"license": "MIT",
"type": "commonjs",
"dependencies": {
"@types/jest": "^29.5.3",
"chalk": "4.1.2",
"chch": "2.8.0",
"cheerio": "1.0.0-rc.10",
"csv-parse": "4.16.0",
"csv-stringify": "^6.4.0",
"date-fns": "2.30.0",
"esbuild": "^0.19.0",
"esbuild-register": "^3.4.2",
"file-type": "16.5.3",
"got": "^14.4.7",
"iconv-lite": "0.6.3",
"icy": "2.1.0",
"jaco": "^4.0.0",
"jest": "^29.6.2",
"jimp": "^0.22.10",
"jptext-to-emoji": "0.3.0",
"luxon": "^3.3.0",
"node-spotify-api": "1.1.1",
"sharp": "0.33.1"
},
"scripts": {
"start": "yarn start:esbuild",
"start:keep": "nodemon --exec 'yarn start || (sleep 10; touch src/index.ts)' --watch src --ext ts",
"start:esbuild": "node -r esbuild-register src/index.ts",
"start:ts-node": "ts-node src/index.ts",
"osiris": "ts-node scripts/osiris-logger.ts",
"ps": "node -r esbuild-register src/ps.ts",
"get_history": "curl http://w.hoshinoa.me:8000/play.txt -o data/history.txt",
"setup": "ts-node scripts/setupEvent.ts",
"setup:ee": "ts-node scripts/setupEasterEgg.ts",
"setup:anison": "./scripts/updateAnisonDb.mjs",
"close:archive": "ts-node ./scripts/archiveEvent/index.ts",
"import2": "ts-node scripts/batch/importHistoryFromCells.ts",
"map:watch": "./scripts/hourly-yarn-map.sh",
"map": "yarn map-load-thread && yarn map-save",
"map-load-thread": "ts-node scripts/loadThreads.ts",
"map-save": "ts-node scripts/makePostCountMap.ts",
"fix:counts": "ts-node scripts/batch/migrateWordCounts.ts",
"active-thread": "chch dump-threads |jq -r '.threads[] | \"\\(.url),\\(.title)\"' |grep \"ならアニソン\"",
"cleanup:cloudstorage": "ts-node scripts/cleanup-storages.ts",
"test": "jest",
"test:type": "npx tsc --noEmit"
},
"devDependencies": {
"@swc/core": "^1.3.75",
"@swc/helpers": "^0.5.1",
"@swc/jest": "^0.2.28",
"@types/csv-parse": "1.2.2",
"@types/imagemin": "7.0.1",
"@types/imagemin-gifsicle": "7.0.1",
"@types/imagemin-mozjpeg": "8.0.1",
"@types/luxon": "^3.3.1",
"@types/node": "20.4.9",
"@types/sharp": "0.32.0",
"@typescript-eslint/eslint-plugin": "6.3.0",
"@typescript-eslint/parser": "6.3.0",
"eslint": "8.46.0",
"firebase-admin": "9.11.0",
"imagemin": "7.0.1",
"imagemin-gifsicle": "7.0.0",
"imagemin-mozjpeg": "9.0.0",
"imagemin-pngquant": "9.0.2",
"jest-environment-jsdom": "^29.6.2",
"rimraf": "5.0.1",
"ts-node": "10.9.1",
"typescript": "5.1.6"
}
}