-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 957 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": "07-svg-visualize",
"version": "1.0.0",
"description": "My amazing 07-svg-visualize application",
"homepage": "https://github.com/gabikeane/07-svg-visualize#readme",
"bugs": "https://github.com/gabikeane/07-svg-visualize/issues",
"engines": {
"node": ">=14.0.0"
},
"keywords": [
"exist",
"exist-db",
"xml",
"xql",
"xquery"
],
"author": {
"name": "gabikeane",
"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/gabikeane/07-svg-visualize",
"license": "MIT"
},
"devDependencies": {
"chai": "^4.3.4",
"chai-xml": "^0.4.0",
"cypress": "^8.4.1",
"fs-extra": "^10.0.1",
"mocha": "^9.1.2",
"supertest": "^6.1.6",
"xmldoc": "^1.1.2",
"yeoman-assert": "^3.1.1"
}
}