-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 934 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": "06-controller",
"version": "1.0.0",
"description": "My amazing 06-controller application",
"homepage": "https://github.com/djbpitt/06-controller#readme",
"bugs": "https://github.com/djbpitt/06-controller/issues",
"engines": {
"node": ">=14.0.0"
},
"keywords": [
"exist",
"exist-db",
"xml",
"xql",
"xquery"
],
"author": {
"name": "djbpitt",
"email": "[email protected]"
},
"license": "MIT",
"scripts": {
"test": "mocha test/mocha/ --recursive --exit && mocha test/xqs/*.js",
"cypress": "cypress run"
},
"repository": {
"type": "git",
"url": "https://github.com/djbpitt/06-controller",
"license": "MIT"
},
"devDependencies": {
"chai": "^4.3.6",
"chai-xml": "^0.4.0",
"cypress": "^10.0.2",
"fs-extra": "^10.1.0",
"mocha": "^10.0.0",
"supertest": "^6.2.3",
"xmldoc": "^1.1.2",
"yeoman-assert": "^3.1.1"
}
}