@eljs/template-npm-web
Version:
@eljs/template-npm-web
34 lines • 713 B
JSON
{
"name": "@eljs/template-npm-web",
"version": "0.1.8",
"description": "@eljs/template-npm-web",
"keywords": [
"eljs",
"npm-web"
],
"homepage": "https://github.com/chnliquan/templates/tree/master/packages/npm-web#readme",
"bugs": {
"url": "https://github.com/chnliquan/templates/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/chnliquan/templates"
},
"license": "MIT",
"author": "liquan",
"files": [
"src/**",
"generators/**",
"gen.json",
".npmrc"
],
"dependencies": {
"@eljs/template-default-presets": "0.1.8"
},
"devDependencies": {
"@eljs/create": "^0.9.2-beta.5"
},
"scripts": {
"dev": "pnpm gen"
}
}