28 lines
699 B
JSON
28 lines
699 B
JSON
{
|
|
"name": "xml-servicefile-parser",
|
|
"version": "1.0.0",
|
|
"description": "Noob script to create scripts onn servicefile.xml",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node .",
|
|
"package":"pkg index.js --out-path build/"
|
|
},
|
|
"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"
|
|
}
|
|
}
|