package.json
{
"name": "rr0",
"type": "module",
"version": "2.0.1",
"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 CopyrightReplaceCommand.test.ts"
},
"dependencies": {
"@googlemaps/google-maps-services-js": "^3.4.0",
"@rr0/common": "^1.1.3",
"@rr0/lang": "^0.1.12",
"@rr0/time": "^0.7.7",
"@rr0/cms": "^0.1.16",
"canvas": "^2.11.2",
"csv-parser": "^3.0.0",
"glob": "^11.0.0",
"image-size": "^1.1.1",
"jsdom": "^24.1.0",
"selenium-webdriver": "^4.22.0",
"ssg-api": "^1.16.1"
},
"devDependencies": {
"netlify-cli": "^17.36.4",
"@javarome/testscript": "^0.10.7",
"@types/jsdom": "~21.1.7",
"@types/selenium-webdriver": "^4.1.24",
"tsx": "~4.16.0",
"typescript": "^5.5.4"
},
"keywords": [
"ufo",
"encyclopaedia",
"ssg"
]
}