-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.63 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
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "dicey",
"main": "gulpfile.js",
"version": "2.0.2",
"keywords": [
"random",
"xquery"
],
"description": "Just a bunch of random functions",
"homepage": "https://github.com/line-o/dicey#readme",
"bugs": "https://github.com/line-o/dicey/issues",
"devDependencies": {
"@existdb/gulp-exist": "^4.3.2",
"@existdb/gulp-replace-tmpl": "^1.0.4",
"@existdb/xst": "^1.2.2",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.7",
"chai": "^4.3.7",
"chokidar": "^3.5.3",
"delete": "^1.1.0",
"dotenv-cli": "^7.0.0",
"glob-stream": "^7.0.0",
"gulp": "^4.0.2",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-zip": "^5.1.0",
"mocha": "^10.2.0",
"semantic-release": "^20.0.4",
"superagent": "^8.0.8"
},
"overrides": {
"chokidar": "$chokidar",
"glob-stream": "$glob-stream"
},
"author": {
"name": "Juri Leino",
"email": "[email protected]"
},
"license": "MIT",
"scripts": {
"test": "dotenv -- gulp install && dotenv -- mocha src/test/mocha/*.js",
"start": "dotenv -- gulp install",
"build": "dotenv -- gulp build",
"info": "xst info"
},
"repository": {
"type": "git",
"url": "https://github.com/line-o/dicey",
"license": "MIT"
},
"xar": {
"author": "Juri Leino",
"target": "dicey",
"description": "Just a bunch of random functions",
"namespace": "http://line-o.de/xq/dicey",
"website": "https://github.com/line-o/dicey",
"status": "beta",
"title": "dicey - just a bunch of random functions",
"export": "dicey.xqm"
}
}