-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.21 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
{
"name": "springroll-automated-qa",
"version": "2.2.0",
"description": "An automated QA tool for SpringRoll games",
"main": "src/index.js",
"bin": {
"srac": "./bin/srac",
"srlint": "./bin/srlint",
"sras": "./bin/sras"
},
"scripts": {
"lint": "eslint --fix bin/* config/*.js src/**/*.js tests/*.js",
"test": "npm run lint",
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"bellhop-iframe": "^3.2.0",
"chai": "4.2.0",
"commander": "^5.0.0",
"eslint": "^8.0.0",
"express": "^4.18.2",
"ffmpeg-static": "^5.1.0",
"glob": "^7.1.6",
"ignore": "^5.1.4",
"image-size": "^0.8.3",
"karma": "^6.4.1",
"karma-chai": "^0.1.0",
"karma-cli": "^2.0.0",
"karma-firefox-launcher": "^2.1.2",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-webpack": "^5.0.0",
"mocha": "^10.2.0",
"music-metadata": "^7.9.1",
"shell-quote": "^1.7.4",
"springroll-container": "^1.1.3",
"webpack": "^5.75.0"
},
"devDependencies": {
"@pbs/eslint-config-pbs-kids": "^1.0.3"
}
}