kasha
Version:
Pre-render your Single-Page Application.
63 lines (62 loc) • 1.42 kB
JSON
{
"name": "kasha",
"version": "0.14.6",
"description": "Pre-render your Single-Page Application.",
"bin": {
"kasha": "bin/kasha"
},
"dependencies": {
"cast-string": "^0.3.0",
"cuuid": "^0.3.0",
"forwarded-parse": "^2.1.0",
"html-entities": "^1.2.1",
"koa": "^2.11.0",
"koa-mount": "^4.0.0",
"koa-pilot": "^0.6.5",
"koa-send": "^5.0.0",
"koa-static": "^5.0.0",
"moment": "^2.24.0",
"mongodb": "^3.5.4",
"node-fetch": "^2.6.0",
"nsqjs": "^0.12.1",
"parse-open-graph": "^0.4.0",
"pino": "^5.17.0",
"puppeteer-prerender": "^0.13.1",
"rest-api-error-factory": "^0.1.2",
"schema-upgrade": "^0.3.0",
"stoppable": "^1.1.0",
"through": "^2.3.8",
"url-rewrite": "^0.4.2",
"url-router": "^11.0.3",
"yargs": "^15.1.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-enough": "^0.3.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kasha-io/kasha.git"
},
"keywords": [
"puppeteer",
"prerender",
"seo"
],
"author": "Jiang Fengming",
"license": "MIT",
"bugs": {
"url": "https://github.com/kasha-io/kasha/issues"
},
"homepage": "https://github.com/kasha-io/kasha#readme",
"eslintConfig": {
"extends": "enough",
"env": {
"node": true,
"browser": true
},
"rules": {
"require-atomic-updates": "off"
}
}
}