Files
xml-servicefile-parser/package.json

28 lines
699 B
JSON
Raw Normal View History

2019-06-25 22:44:15 +05:30
{
"name": "xml-servicefile-parser",
"version": "1.0.0",
"description": "Noob script to create scripts onn servicefile.xml",
"main": "index.js",
"scripts": {
2019-06-25 23:54:12 +05:30
"test": "node .",
"package":"pkg index.js --out-path build/"
2019-06-25 22:44:15 +05:30
},
"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"
2019-06-25 23:18:19 +05:30
},
"pkg":{
"scripts": "index.js",
"assets": "settings.json"
2019-06-25 22:44:15 +05:30
}
}