-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 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
{
"name": "guesswork",
"version": "0.0.0-semantically-released",
"description": "Framework for property-based testing in JavaScript, TypeScript, JSX, and TSX.",
"scripts": {
"test": "xvfb-run node guesswork.js chromium firefox electron --entry test/index.js",
"test-local": "node guesswork.js chromium firefox electron --entry test/index.js",
"test-manual": "node guesswork.js --entry test/index.js",
"build-static": "zwitterion --build-static --exclude-dirs node_modules"
},
"bin": {
"guesswork": "guesswork.js"
},
"author": "Jordan Last <jordan.michael.last@gmail.com>",
"license": "MIT",
"dependencies": {
"commander": "2.15.1",
"jsverify-es-module": "0.0.2",
"karma": "2.0.2",
"karma-chrome-launcher": "2.2.0",
"karma-edge-launcher": "0.4.2",
"karma-electron": "6.0.0",
"karma-firefox-launcher": "1.1.0",
"karma-safari-launcher": "1.0.0",
"lit-html": "0.9.0",
"zwitterion": "0.26.0"
},
"devDependencies": {
"@webcomponents/custom-elements": "1.2.1",
"@webcomponents/shadydom": "1.0.14",
"electron": "2.0.13",
"semantic-release": "15.1.7"
},
"repository": {
"type": "git",
"url": "https://github.com/lastmjs/guesswork"
}
}