@sanpjs/generator
Version:
@sanpjs/generator
28 lines (27 loc) • 650 B
JSON
{
"name": "@sanpjs/generator",
"version": "0.1.0",
"description": "@sanpjs/generator",
"main": "dist/index.js", "types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"san-pro"
],
"license": "MIT",
"dependencies": {
"@sanpjs/utils": "^0.1.0",
"fs-extra": "^10.0.0",
"glob": "^7.2.0",
"lodash.merge": "^4.6.2",
"map-stream": "^0.0.7",
"schema-utils": "^4.0.0",
"vinyl-fs": "^3.0.3"
},
"devDependencies": {
"@types/lodash.merge": "^4.6.6",
"@types/vinyl-fs": "^2.4.12"
}
}