diy-pwa
Version:
Rapid 80% working prototype for entrepreneur engineers
44 lines (43 loc) • 939 B
JSON
{
"name": "diy-pwa",
"version": "1.1.19",
"description": "Rapid 80% working prototype for entrepreneur engineers",
"type": "module",
"bin": {
"diy-pwa": "bin/diy-pwa.js"
},
"main": "lib/index.js",
"scripts": {
"test": "vitest run spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/diy-pwa/diy-pwa.git"
},
"keywords": [
"diy",
"serverless",
"static",
"pwa",
"engineer",
"entrepreneurs",
"sales",
"salesucation"
],
"author": "Rich Hildred and Students from Conestoga College in Waterloo, Ontario",
"license": "MIT",
"bugs": {
"url": "https://github.com/diy-pwa/diy-pwa/issues"
},
"homepage": "https://diy-pwa.github.io/diy-pwa",
"dependencies": {
"cheerio": "^1.0.0",
"fast-xml-parser": "^4.5.1",
"glob": "^10.3.10",
"jszip": "^3.10.1",
"lunr": "^2.3.9"
},
"devDependencies": {
"vitest": "^1.3.1"
}
}