@sanpjs/cmd-build
Version:
Sanp build command
31 lines (30 loc) • 636 B
JSON
{
"name": "@sanpjs/cmd-build",
"description": "Sanp build command",
"version": "0.1.0",
"main": "dist/index.js", "types": "dist/index.d.ts",
"license": "MIT",
"engines": {
"node": ">=14.0.0"
},
"author": "",
"repository": {
"type": "git",
"url": "",
"directory": "packages/cmd-build"
},
"bugs": {
"url": ""
},
"homepage": "",
"keywords": [
"san",
"san.js",
"sanp"
],
"dependencies": {
"@sanpjs/builder": "^0.1.0",
"@sanpjs/bundler-webpack": "^0.1.0",
"@sanpjs/core": "^0.1.0"
}
}