emsi-lib
Version:
A EMSI (Emergency Management Shared Information) object model to manipulate emergency messages defined in ISO/TR 22351 document
60 lines (59 loc) • 1.49 kB
JSON
{
"name": "emsi-lib",
"version": "0.1.5",
"description": "A EMSI (Emergency Management Shared Information) object model to manipulate emergency messages defined in ISO/TR 22351 document",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "mocha --recursive -r ts-node/register \"test/**/*.test.ts\"",
"coverage": "nyc yarn run test",
"build": "tsc",
"build:check": "tsc --noEmit",
"doc": "typedoc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cpilatre/emsi-lib.git"
},
"files": [
"lib"
],
"keywords": [
"EMSI",
"EMERGENCY",
"TSO",
"ISO",
"TR 22351:2015"
],
"author": "Claude Pilatre",
"license": "ISC",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/cpilatre/emsi-lib/issues"
},
"homepage": "https://github.com/cpilatre/emsi-lib#readme",
"devDependencies": {
"@types/chai": "^4.2.18",
"@types/he": "^1.1.1",
"@types/mocha": "^8.2.2",
"@types/node": "^15.0.1",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"chai": "^4.3.4",
"eslint": "^7.25.0",
"mocha": "^8.4.0",
"nyc": "^15.1.0",
"ts-node": "^9.1.1",
"typedoc": "^0.20.36",
"typescript": "^4.2.4"
},
"dependencies": {
"fast-xml-parser": "^4.0.3",
"he": "^1.2.0",
"reflect-metadata": "^0.1.13",
"uuid": "^8.3.2"
}
}