-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 991 Bytes
/
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
{
"name": "@excaliburjs/testing",
"version": "0.26.0",
"description": "Excalibur integration testing utilities",
"bin": {
"ex-test": "./dist/src/cli.js"
},
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts",
"scripts": {
"build": "tsc",
"test": "node ./dist/src/cli.js -d ./test -t ./dist/test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/excaliburjs/excalibur-testing.git"
},
"author": "Erik Onarheim",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/excaliburjs/excalibur-testing/issues"
},
"homepage": "https://github.com/excaliburjs/excalibur-testing#readme",
"dependencies": {
"@brettz9/node-static": "0.1.1",
"@types/node": "20.14.8",
"@types/pixelmatch": "5.2.4",
"@types/pngjs": "6.0.1",
"commander": "8.1.0",
"pixelmatch": "5.2.1",
"pngjs": "6.0.0",
"puppeteer": "23.0.2"
},
"devDependencies": {
"typescript": "5.5.4"
}
}