-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 937 Bytes
/
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
{
"name": "jgoethe",
"version": "0.1.0",
"description": "Der junge Goethe in seiner Zeit",
"homepage": "https://github.com/cophiwue/jgoethe#readme",
"bugs": "https://github.com/cophiwue/jgoethe/issues",
"engines": {
"node": ">=14.0.0"
},
"keywords": [
"exist",
"exist-db",
"xml",
"xql",
"xquery"
],
"author": {
"name": "Thorsten Vitt",
"email": "[email protected]"
},
"license": "AGPL-3.0",
"scripts": {
"test": "mocha test/mocha/ --recursive --exit && mocha test/xqs/*.js",
"cypress": "cypress run"
},
"repository": {
"type": "git",
"url": "https://github.com/cophiwue/jgoethe",
"license": "AGPL-3.0"
},
"devDependencies": {
"chai": "^5.1.1",
"chai-xml": "^0.4.1",
"cypress": "^13.9.0",
"fs-extra": "^11.2.0",
"mocha": "^10.4.0",
"supertest": "^7.0.0",
"xmldoc": "^1.3.0",
"yeoman-assert": "^3.1.1"
}
}