-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1005 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 1005 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
33
{
"private": true,
"version": "0.1.0",
"license": "MIT",
"module": "src/index.js",
"engines": {
"node": ">=10"
},
"name": "@testingrequired/bespin-example",
"author": "Kylee Tilley",
"scripts": {
"bespin": "bespin --compiled-build",
"bespin:dev": "bespin",
"test": "echo 'No tests'",
"build": "echo 'No Build'"
},
"dependencies": {
"@testingrequired/bespin-async-runner": "0.1.0",
"@testingrequired/bespin-cli": "0.1.0",
"@testingrequired/bespin-glob-test-file-locator": "0.1.0",
"@testingrequired/bespin-junit-reporter": "0.1.0",
"@testingrequired/bespin-parallel-runner": "0.1.0",
"@testingrequired/bespin-spec-test-file-parser": "0.1.0",
"@testingrequired/bespin-serial-runner": "0.1.0",
"@testingrequired/bespin-html-report": "0.1.0",
"@testingrequired/bespin-debug-reporter": "0.1.0",
"@testingrequired/bespin-mock": "0.1.0"
},
"devDependencies": {
"@types/jest-when": "^2.7.2",
"jest-when": "^3.2.0"
}
}