Files
xml-servicefile-parser/package.json

38 lines
836 B
JSON

{
"name": "xml-servicefile-parser",
"version": "1.1.0",
"description": "Noob script to create scripts onn servicefile.xml",
"bin": {
"main": "index.js"
},
"scripts": {
"test": "node .",
"pkg": "pkg . --out-path build/"
},
"prettier": {
"semi": true,
"tabWidth": 4,
"singleQuote": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/chrisvrose/xml-servicefile-parser.git"
},
"author": "Christopher Rose",
"license": "MIT",
"bugs": {
"url": "https://github.com/chrisvrose/xml-servicefile-parser/issues"
},
"homepage": "https://github.com/chrisvrose/xml-servicefile-parser#readme",
"dependencies": {
"xml2js": "^0.4.19"
},
"pkg": {
"scripts": "index.js",
"assets": "settings.json"
},
"devDependencies": {
"pkg": "^5.1.0"
}
}