depl.to
Version:
Serve an SPA with node_modules and zero config as a service
27 lines (26 loc) • 563 B
JSON
{
"name": "depl.to",
"version": "0.0.10",
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/grainstackdev/depl.to.git"
},
"description": "Serve an SPA with node_modules and zero config as a service",
"keywords": [
"depl.to",
"deploy",
"import",
"node_modules",
"modules",
"esm",
"web-imports",
"service",
"grain",
"grainstack"
],
"scripts": {
"readme": "git add . && git commit -m 'readme' && npm version patch && git push && npm publish"
}
}