UNPKG

1.2 kBJSONView Raw
1{
2 "name": "emsi-lib",
3 "version": "0.1.0",
4 "description": "A EMSI (Emergency Management Shared Information) object model to manipulate emergency messages defined in ISO/TR 22351 document",
5 "main": "lib/index.js",
6 "types": "lib/index.d.ts",
7 "scripts": {
8 "test": "echo \"Error: no test specified\" && exit 1",
9 "build": "tsc",
10 "build:check": "tsc --noEmit"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/cpilatre/emsi-lib.git"
15 },
16 "files": [
17 "lib"
18 ],
19 "keywords": ["EMSI", "EMERGENCY", "TSO", "ISO", "TR 22351:2015"],
20 "author": "Claude Pilatre",
21 "license": "ISC",
22 "publishConfig": {
23 "access": "public"
24 },
25 "bugs": {
26 "url": "https://github.com/cpilatre/emsi-lib/issues"
27 },
28 "homepage": "https://github.com/cpilatre/emsi-lib#readme",
29 "devDependencies": {
30 "@types/he": "^1.1.1",
31 "@types/node": "^15.0.1",
32 "@types/uuid": "^8.3.0",
33 "@typescript-eslint/eslint-plugin": "^4.22.0",
34 "@typescript-eslint/parser": "^4.22.0",
35 "eslint": "^7.25.0",
36 "ts-node": "^9.1.1",
37 "typescript": "^4.2.4"
38 },
39 "dependencies": {
40 "fast-xml-parser": "^3.19.0",
41 "he": "^1.2.0",
42 "uuid": "^8.3.2"
43 }
44}