-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.47 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
42
43
44
{
"name": "TypeScript_WikiData_Books",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"prebundlework": "echo 'pre bundlework is here'",
"bundlework": "esbuild src/cli/index.ts --bundle --external:canvas --external:./xhr-sync-worker.js --platform=node --target=node18 --target=es2020 --outfile=WikiData_Books_cli.cjs",
"bundleworkprod": "esbuild src/cli/index.ts --bundle --minify --platform=node --outfile=WikiData_Books_cli.cjs",
"zz_postbundlework": "cp ./node_modules/.pnpm/jsdom@20.0.2/node_modules/jsdom/lib/jsdom/living/xhr/xhr-sync-worker.js .",
"postbundlework": "echo 'postbundlework is here'",
"example": "nodemon sample.cjs",
"goodreadsbuild": "tsc --project tsconfig.json",
"goodreadsfix0": "cp ./node_modules/.pnpm/jsdom@20.0.2/node_modules/jsdom/lib/jsdom/living/xhr/xhr-sync-worker.js ."
},
"devDependencies": {
"@types/jsdom": "^20.0.1",
"nodemon": "^2.0.20",
"tslib": "^2.4.1",
"typescript": "^4.9.3",
"vite": "^3.2.4"
},
"dependencies": {
"@entitree/helper": "^0.7.0",
"@keyv/sqlite": "^3.6.3",
"@prisma/client": "^4.7.1",
"axios": "^1.2.0",
"bufferutil": "^4.0.7",
"canvas": "^2.10.2",
"crocks": "^0.12.4",
"debug": "^4.3.4",
"dotenv": "^16.0.3",
"esbuild": "^0.15.17",
"jsdom": "^20.0.3",
"keyv": "^4.5.2",
"linkedom": "^0.14.21",
"nodemon": "^2.0.20",
"ramda": "^0.28.0",
"sade": "^1.8.1",
"sanitize-html": "^2.7.3",
"utf-8-validate": "^5.0.10",
"wikibase-edit": "^5.3.0"
}
}