UNPKG

612 BJSONView Raw
1{
2 "name": "@kui-shell/test",
3 "version": "8.10.6",
4 "description": "",
5 "license": "Apache-2.0",
6 "author": "Nick Mitchell",
7 "main": "dist/index.js",
8 "module": "mdist/index.js",
9 "types": "mdist/index.d.ts",
10 "scripts": {
11 "test": "./bin/runMochaLayers.sh",
12 "testv2": "./bin/runMochaLayersv2.sh"
13 },
14 "bin": {
15 "kui-test": "./bin/runMochaLayers.sh",
16 "kui-testv2": "./bin/runMochaLayersv2.sh"
17 },
18 "kui": {
19 "electron": false,
20 "proxy": false,
21 "webpack": false
22 },
23 "publishConfig": {
24 "access": "public"
25 },
26 "gitHead": "6a5c533d9f0b54461b1447a05f932c80b551a6df"
27}