forked from demokratie-live/scapacra-bt
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.56 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "@democracy-deutschland/scapacra-bt",
"version": "1.0.33",
"description": "Scapacra Bundestag",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"author": "DEMOCRACY Deutschland e.V.",
"homepage": "https://github.com/demokratie-live/bt-scapacra#readme",
"keywords": [],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/demokratie-live/bt-scapacra.git"
},
"scripts": {
"build": "tsc",
"link": "cd dist && npm link",
"dev": "nodemon ./src/run.ts",
"start": "node ./dist/run.js",
"inspect": "node --inspect-brk ./dist/run.js",
"lint": "tslint --project tsconfig.json && yarn typecheck",
"typecheck": "tsc --noEmit",
"test": "mocha -r ts-node/register src/**/*.test.ts",
"prepublish": "yarn build"
},
"bugs": {
"url": "https://github.com/demokratie-live/bt-scapacra/issues"
},
"devDependencies": {
"@types/chai": "^4.2.2",
"@types/mocha": "^5.2.7",
"@types/node": "^12.7.5",
"@types/xsd-schema-validator": "^0.5.4",
"chai": "^4.2.0",
"mocha": "^6.2.0",
"nodemon": "^1.19.2",
"ts-node": "^8.3.0",
"tslint": "^5.20.0",
"xsd-schema-validator": "^0.6.0"
},
"dependencies": {
"@democracy-deutschland/scapacra": "1.0.6",
"@types/axios": "^0.14.0",
"@types/xml2js": "^0.4.5",
"@types/xmldom": "^0.1.29",
"axios": "^0.19.0",
"jsonschema": "^1.2.4",
"moment": "^2.24.0",
"typescript": "^3.6.3",
"url": "^0.11.0",
"xml2js": "^0.4.22",
"xmldom": "^0.1.27",
"xpath": "^0.0.27"
}
}