-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.16 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
{
"name": "roll20_scripts",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:mvgijssel/roll20_scripts.git",
"author": "mvgijssel <6029816+mvgijssel@users.noreply.github.com>",
"license": "MIT",
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.12.13",
"@babel/register": "^7.12.13",
"bdd-lazy-var": "^2.6.0",
"chai": "^4.3.0",
"eslint": "^7.17.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-mocha": "^8.0.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint_d": "^10.0.0",
"heward": "^0.2.0",
"mocha": "^8.2.1",
"mocha-sinon": "^2.1.2",
"mock20": "^1.3.1",
"prettier": "^2.2.1",
"process": "^0.11.10",
"sinon": "^9.2.4",
"sinon-chai": "^3.5.0",
"webpack": "^5.21.2",
"webpack-cli": "^4.5.0"
},
"scripts": {
"build": "webpack --config webpack.config.js",
"test": "mocha",
"test-debug": "mocha --inspect-brk",
"deploy": "src/deploy.js"
},
"dependencies": {
"commander": "^7.1.0",
"dice-roller-parser": "^0.1.8",
"shell-quote": "^1.7.2"
}
}