-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.22 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.22 KB
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
{
"name": "markdown",
"version": "2.0.0",
"description": "Markdown Parser in XQuery",
"homepage": "https://github.com/eXist-db/exist-markdown#readme",
"bugs": "https://github.com/eXist-db/exist-markdown/issues",
"keywords": [
"exist",
"exist-db",
"xml",
"xquery",
"markdown",
"md"
],
"devDependencies": {
"@existdb/gulp-exist": "^6.0.0",
"@existdb/gulp-replace-tmpl": "^1.0.4",
"axios": "^1.15.0",
"chai": "^6.2.2",
"chai-xml": "^0.4.1",
"delete": "^1.1.0",
"fs-extra": "^11.3.4",
"gulp": "^4.0.2",
"gulp-rename": "^2.0.0",
"gulp-zip": "^5.0.2",
"jsdom": "^29.0.2",
"mocha": "^11.7.5",
"xmldoc": "^2.0.3",
"yeoman-assert": "^3.1.1"
},
"author": {
"name": "The eXist-db Authors"
},
"license": "GNU-LGPL",
"scripts": {
"start": "npm install && npm run build",
"deploy": "gulp install:all",
"test": "gulp install:all && mocha test/mocha --recursive --exit && mocha test/xqs/*.js",
"test:watch": "mocha test/mocha --recursive --watch",
"build": "gulp build",
"build:all": "gulp build:all"
},
"repository": {
"type": "git",
"url": "https://github.com/eXist-db/exist-markdown",
"license": "GNU-LGPL"
}
}