forked from agadmator-library/agadmator-library.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.09 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
{
"name": "agadmator-database.github.io",
"version": "1.0.0",
"description": "",
"main": "build_scripts/loadNewMovies.ts",
"type": "module",
"scripts": {
"loadNewVideos": "ts-node-esm build_scripts/nodeActions/loadNewVideos.ts",
"refreshVideo": "ts-node-esm build_scripts/nodeActions/refreshVideo.ts",
"loadMissingData": "ts-node-esm build_scripts/nodeActions/loadMissingData.ts",
"retryDataRetrieval": "ts-node-esm build_scripts/nodeActions/retryDataRetrieval.ts",
"extractPgns": "ts-node-esm build_scripts/nodeActions/extractPgns.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Mateusz Dziurdziak",
"license": "Apache-2.0",
"devDependencies": {
"@types/lodash": "^4.14.191",
"@types/node": "^18.14.0",
"@types/object-hash": "^3.0.2",
"axios": "^1.3.3",
"cheerio": "^1.0.0-rc.12",
"googleapis": "^111.0.0",
"kokopu": "^4.4.0",
"levenshtein-edit-distance": "^3.0.1",
"lodash": "^4.17.21",
"object-hash": "^3.0.0",
"tinyduration": "^3.2.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
}
}