@curi/static
Version:
Generate static HTML files from Curi routes
44 lines (43 loc) • 1.03 kB
JSON
{
"name": "@curi/static",
"version": "2.0.4",
"description": "Generate static HTML files from Curi routes",
"main": "dist/curi-static.js",
"types": "types/index.d.ts",
"files": [
"dist",
"types",
"LICENSE",
"*.md"
],
"scripts": {
"prebuild": "rimraf dist && rimraf types",
"build": "rollup -c",
"prepare": "npm run build",
"test": "npm run test:source && npm run test:cjs",
"test:cjs": "TEST_ENV=cjs jest",
"test:source": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/pshrmn/curi/tree/master/packages/static"
},
"keywords": [
"curi",
"router",
"static",
"html"
],
"author": "Paul Sherman",
"license": "MIT",
"dependencies": {
"@curi/interactions": "^2.0.3",
"@curi/router": "^2.1.2",
"@curi/types": "^2.0.2",
"@hickory/in-memory": "^2.1.0",
"@types/express": "^4.16.0",
"@types/fs-extra": "^5.0.4",
"fs-extra": "^7.0.0"
},
"gitHead": "13ffdf90971963670f40b7f9c554a881ccfeb64f"
}