UNPKG

@evolv-delivery/template

Version:
41 lines (39 loc) 1.08 kB
{ "name": "@evolv-delivery/template", "version": "0.2.1", "description": "A minimal template engine", "main": "dist/index.js", "files": [ "dist", "README.md" ], "scripts": { "build": "rollup --config rollup.config.js", "watch": "rollup --config rollup.config.js --watch", "dev": "pushd dist; python3 -m http.server 8000; popd", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "lit", "tempate", "component", "evolv" ], "author": "richardcowin", "repository": { "type": "git", "url": "https://github.com/evolv-ai/env-integrations.git" }, "homepage": "https://github.com/evolv-ai/env-integrations/", "bugs": { "url": "https://github.com/evolv-ai/env-integrations/issues" }, "devDependencies": { "@rollup/plugin-json": "^4.1.0", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-node-resolve": "^5.2.0" }, "license": "ISC", "dependencies": { } }