@sanpjs/sanp
Version:
sanp
37 lines (36 loc) • 839 B
JSON
{
"name": "@sanpjs/sanp",
"version": "0.1.0",
"description": "sanp",
"main": "dist/index.js", "types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"scriptName": "sanp",
"engines": {
"node": ">=14.0.0"
},
"bin": {
"sanp": "dist/index.js"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"san-pro"
],
"license": "MIT",
"dependencies": {
"@sanpjs/cmd-build": "^0.1.0",
"@sanpjs/cmd-dev": "^0.1.1",
"@sanpjs/cmd-init": "^0.1.0",
"@sanpjs/utils": "^0.1.0",
"update-notifier": "^5.1.0",
"yargs": "^17.2.1"
},
"devDependencies": {
"@types/semver": "^7.3.9",
"@types/update-notifier": "^5.1.0"
}
}