svnp
Version:
publish files to svn
39 lines (38 loc) • 774 B
JSON
{
"name": "svnp",
"version": "1.0.2",
"description": "publish files to svn",
"files": [
"dist/"
],
"repository": {
"type": "git",
"url": "https://github.com/ASpurple/svn-publish"
},
"bin": {
"svnp": "./dist/index.js"
},
"engines": {
"node": ">= 14"
},
"scripts": {
"dev": "tsc --watch",
"build": "tsc && node ./scripts/index.js",
"preview": "tsc && node ./scripts/index.js && node ./dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"SVN",
"svn publish",
"automation"
],
"author": "zhou_hanlin",
"license": "MIT",
"dependencies": {
"adm-zip": "^0.5.9"
},
"devDependencies": {
"@types/adm-zip": "^0.5.0",
"@types/node": "^18.11.15"
}
}