blob: 028168497e04c14ffdb19bd36cf026dffaeb3e4e [file] [log] [blame]
{
"name": "@apache-sling/slingpackager",
"version": "0.0.5",
"description": "A tool for working with Apache Sling content packages.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/apache/sling-slingpackager.git"
},
"scripts": {
"test": "mocha"
},
"bin": {
"slingpackager": "./bin/slingpackager"
},
"author": "peregrine-cms",
"license": "Apache-2.0",
"dependencies": {
"archiver": "^3.0.0",
"request": "^2.88.0",
"user": "0.0.0",
"verbosity": "^1.1.1",
"xml2js": "^0.4.19",
"xmlbuilder": "^13.0.2",
"yargs": "^13.2.4"
},
"devDependencies": {
"mocha": "^6.1.4"
}
}