-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 2.38 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
{
"scripts": {
"main": "npx ts-node src/main.ts",
"test": "npx ts-node src/tests/test.ts && npm run test-merge-func && npm run test-hist-func",
"filtered-test": "npx ts-node src/main.ts ./profile-defs/ ./profile-defs/",
"db": "npm run main ../vanity-plate-db/profile-defs/ ../vanity-plate-db/stats-v2/",
"test-test": "npx ts-node src/main.ts ./profile-defs/ ./profile-defs/ test",
"test-all": "npm run test-twitter && npm run test-instagram && npm run test-youtube && npm run test-spotify && npm run test-soundcloud && npm run test-twitch && npm run test-tiktok && npm run test-newgrounds && npm run test-facebook",
"test-twitter": "npx ts-node src/main.ts ./profile-defs/ ./profile-defs/ twitter-test",
"test-instagram": "npx ts-node src/main.ts ./profile-defs/ ./profile-defs/ instagram-test",
"test-threads": "npx ts-node src/main.ts ./profile-defs/ ./profile-defs/ threads-test",
"test-youtube": "npx ts-node src/main.ts ./profile-defs/ ./profile-defs/ youtube-test",
"test-spotify": "npx ts-node src/main.ts ./profile-defs/ ./profile-defs/ spotify-test",
"test-soundcloud": "npx ts-node src/main.ts ./profile-defs/ ./profile-defs/ soundcloud-test",
"test-twitch": "npx ts-node src/main.ts ./profile-defs/ ./profile-defs/ twitch-test",
"test-tiktok": "npx ts-node src/main.ts ./profile-defs/ ./profile-defs/ tiktok-test",
"test-newgrounds": "npx ts-node src/main.ts ./profile-defs/ ./profile-defs/ newgrounds-test",
"test-facebook": "npx ts-node src/main.ts ./profile-defs/ ./profile-defs/ facebook-test",
"test-merge-func": "npx ts-node src/tests/merge_stats_test/test_merge_stats.ts",
"test-hist-func": "npx ts-node src/tests/historical_stats_test/test_hist_stats.ts",
"hist-files-func": "npx ts-node src/scripts/parse_historical_files.ts"
},
"dependencies": {
"chalk": "^4.1.2",
"detect-rpi": "^1.4.0",
"fs": "^0.0.1-security",
"image-size": "^1.1.1",
"node-fetch": "^3.3.2",
"playwright": "^1.36.2",
"systeminformation": "^5.21.20"
},
"devDependencies": {
"@playwright/test": "^1.36.2",
"@types/node": "^20.4.5",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"eslint": "^8.46.0",
"playwright": "^1.36.2"
}
}