-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 715 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 715 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
27
28
29
30
31
32
{
"name": "testing-without-mocks-example",
"version": "1.0.0",
"private": true,
"engines": {
"node": "18.14.1"
},
"description": "",
"main": "run.js",
"type": "module",
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"@types/node": "^18.14.0",
"@typescript-eslint/parser": "^5.52.0",
"chai": "^4.3.7",
"eslint": "^8.34.0",
"gaze": "^1.1.3",
"glob": "^8.1.0",
"minimist": "^1.2.8",
"mocha": "^10.2.0",
"shelljs": "^0.8.5",
"sound-play": "^1.1.0",
"typescript": "^4.9.5"
},
"scripts": {
"test": "./build.sh",
"start": "./run.sh"
},
"author": "James Shore <jshore@jamesshore.com>",
"license": "MIT"
}