-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.57 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.57 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
{
"name": "@rr0/rr0.org",
"type": "module",
"version": "2.0.3",
"description": "Unexplained phenomena encyclopaedia",
"main": "index.html",
"author": "rr0@rr0.org",
"license": "MIT",
"homepage": "https://github.com/RR0/rr0.org",
"repository": {
"type": "git",
"url": "git+https://github.com/RR0/rr0.org.git"
},
"engines": {
"node": ">=20"
},
"scripts": {
"rebuild": "rm -Rf out && npm run build",
"books": "tsx book/BookImport.ts --import book/BookBuddy.csv.js",
"word-finder": "tsx WordFinder.ts",
"build": "tsx build.ts",
"preview": "vite preview --host",
"chapters": "tsx Chapters.ts",
"test": "testscript",
"test-one": "tsx science/crypto/ufo/enquete/dossier/Guesser.test.js",
"deploy": "netlify deploy --prod --dir out"
},
"dependencies": {
"@googlemaps/google-maps-services-js": "^3.4.2",
"@javarome/fileutil": "0.3.7",
"@rr0/cms": "0.3.56",
"@rr0/common": "^1.1.4",
"@rr0/data": "^0.3.40",
"@rr0/lang": "^0.1.12",
"@rr0/time": "^0.11.2",
"@rr0/case": "^0.1.3",
"canvas": "^3.2.0",
"csv-parser": "^3.2.0",
"glob": "^11.0.3",
"image-size": "^2.0.2",
"jsdom": "^27.0.0",
"selenium-webdriver": "^4.35.0",
"ssg-api": "1.17.4",
"openai": "^5.20.2"
},
"devDependencies": {
"@javarome/testscript": "^0.13.1",
"@types/jsdom": "^21.1.7",
"@types/selenium-webdriver": "^4.1.28",
"netlify-cli": "^23.1.3",
"tsx": "^4.20.3",
"typescript": "^5.9.2",
"vite": "^7.1.2"
},
"keywords": [
"ufo",
"encyclopaedia",
"ssg"
]
}