-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
45 lines (45 loc) · 1.04 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
{
"name": "jamovi-compiler",
"version": "0.3.5",
"description": "The jamovi compiler",
"main": "index.js",
"bin": {
"jmc": "index.js"
},
"scripts": {
"test": "mocha",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jamovi/jamovi-compiler.git"
},
"author": "Jonathon Love <[email protected]>",
"bugs": {
"url": "https://github.com/jamovi/jamovi-compiler/issues"
},
"homepage": "https://github.com/jamovi/jamovi-compiler#readme",
"dependencies": {
"browserify": "^17.0.0",
"command-line-args": "^5.2.1",
"fs-extra": "^11.2.0",
"gettext-extractor": "^3.8.0",
"js-yaml": "^4.1.0",
"jsesc": "^3.0.2",
"jsonschema": "^1.4.1",
"jszip": "^3.10.1",
"log": "^6.3.1",
"log-node": "^8.0.3",
"match-all": "^1.2.6",
"needle": "^3.3.1",
"po2json": "^0.4.5",
"semver": "^7.6.0",
"temp": "^0.9.4",
"underscore": "^1.13.6",
"walk-sync": "^3.0.0",
"word-wrap": "^1.2.5"
},
"devDependencies": {
"mocha": "^10.3.0"
}
}