hornwitser.no/package.json
Hornwitser 17f8693eae Add resolveRefs transform
Provide a transformation function that maps absolute references to
resources into relative references based on the location of a page.
This makes it possible to use the same links across multiple pages
in the hierarchy that works when loaded as files from the filesystem.
2025-01-22 08:58:48 +01:00

19 lines
422 B
JSON

{
"name": "website",
"private": true,
"packageManager": "pnpm@8.6.12",
"type": "module",
"main": "build/node/index.js",
"scripts": {
"prepare": "tsc",
"build": "node --enable-source-maps build/node/cli.js",
"test": "node --test --enable-source-maps --experimental-test-coverage"
},
"dependencies": {
"antihtml": "^0.3.0"
},
"devDependencies": {
"@types/node": "^22.10.7",
"typescript": "^5.7.3"
}
}