-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.29 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
48
49
50
51
{
"name": "blackjack",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "Game.js",
"scripts": {
"test": "nyc mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/evdemin/BlackJack.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/evdemin/BlackJack/issues"
},
"homepage": "https://github.com/evdemin/BlackJack#readme",
"dependencies": {
"@istanbuljs/esm-loader-hook": "^0.2.0",
"@marko/express": "^2.0.1",
"@test-ui/mocha": "^1.0.8",
"assert": "^2.0.0",
"canvas": "^2.10.1",
"chai-dom": "^1.11.0",
"dotenv": "^16.0.3",
"express": "^4.18.1",
"jsdom": "^20.0.0",
"puppeteer": "^18.0.5",
"sinon": "^14.0.1",
"uniq": "^1.0.1"
},
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/preset-env": "^7.19.4",
"@babel/register": "^7.18.9",
"atom-ui-reporter": "^0.0.1",
"babel-plugin-istanbul": "^6.1.1",
"chai": "^4.3.6",
"cross-env": "^7.0.3",
"cypress-mochawesome-reporter": "^3.2.2",
"mocha": "^10.0.0",
"mocha-json-output-reporter": "^2.0.1",
"mocha-puppeteer": "^0.14.0",
"mocha-simple-html-reporter": "^2.0.0",
"mochawesome": "^7.1.3",
"mochawesome-report-generator": "^6.2.0",
"nyc": "^15.1.0"
}
}