forked from vonstring/nexrender-action-mogrt-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 732 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 732 Bytes
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
{
"name": "nexrender-action-mogrt-template",
"version": "0.0.4",
"description": "MOGRT support for Nexrender",
"main": "index.js",
"scripts": {
"test": "node --experimental-vm-modules ./node_modules/.bin/jest "
},
"repository": {
"type": "git",
"url": "git+https://github.com/vonstring/nexrender-action-mogrt-template.git"
},
"author": "Kristian von Streng Hæhre",
"license": "ISC",
"bugs": {
"url": "https://github.com/vonstring/nexrender-action-mogrt-template/issues"
},
"homepage": "https://github.com/vonstring/nexrender-action-mogrt-template#readme",
"dependencies": {
"mogrt": "^0.0.2",
"node-stream-zip": "^1.15.0"
},
"devDependencies": {
"jest": "^28.1.3"
}
}