forked from qualipool/swissrets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.15 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
{
"name": "swissrets",
"version": "2.1.0",
"description": "A swiss real estate transfer standard.",
"directories": {
"doc": "docs"
},
"scripts": {
"lint": "standard",
"lint:fix": "standard --fix",
"xmllint": "node scripts/xmllint",
"xsddoc": "node scripts/xsddoc",
"start": "nodemon --exec 'npm test -s'",
"test": "node scripts/xmllint",
"publish-version": "node scripts/publish-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qualipool/swissrets.git"
},
"keywords": [
"swissrets",
"xml-structure",
"xml",
"standard",
"switzerland",
"realestatestandards"
],
"author": "Vereinigung Qualipool <hello@qualipool.ch>",
"license": "MIT",
"bugs": {
"url": "https://github.com/qualipool/swissrets/issues"
},
"homepage": "https://github.com/qualipool/swissrets#readme",
"devDependencies": {
"chalk": "^4.1.0",
"fs-extra": "^9.0.1",
"globby": "^11.0.2",
"nodemon": "^2.0.7",
"standard": "^16.0.3",
"xmllint": "^0.1.1"
},
"nodemonConfig": {
"watch": [
"examples/*",
"schema/schema.xsd"
]
},
"dependencies": {}
}