capgen
Version:
A package to generate Common Alerting Protocol XML Payload
45 lines (44 loc) • 1.02 kB
JSON
{
"name": "capgen",
"version": "1.0.8",
"description": "A package to generate Common Alerting Protocol XML Payload",
"main": "./lib/capgen",
"scripts": {
"test": "npm test",
"build": "tsc",
"prepare": "npm run build"
},
"files": [
"lib/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/bhagatabhijeet/capgen.git"
},
"keywords": [
"CAP",
"Common",
"Alerting",
"Protocol",
"XML",
"Generator",
"CAP1.2"
],
"author": "Abhijeet Bhagat",
"license": "MIT",
"bugs": {
"url": "https://github.com/bhagatabhijeet/capgen/issues"
},
"homepage": "https://github.com/bhagatabhijeet/capgen#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.2",
"eslint": "^7.19.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.22.1"
},
"dependencies": {
"xmlbuilder2": "^2.4.0"
}
}