@bigtest/client
Advanced tools
Comparing version 0.3.0-c7213fea to 0.3.0-c7886e09
{ | ||
"name": "@bigtest/client", | ||
"version": "0.3.0-c7213fea", | ||
"version": "0.3.0-c7886e09", | ||
"description": "Communicate with a BigTest Orchestrator", | ||
"main": "dist/cjs/index.js", | ||
"browser": "dist/esm/index.js", | ||
"typings": "dist/types/index.d.js", | ||
"types": "dist/index.d.ts", | ||
"repository": "https://github.com/thefrontside/bigtest.git", | ||
@@ -16,6 +16,7 @@ "author": "Frontside Engineering <engineering@frontside.com>", | ||
"scripts": { | ||
"clean": "rm -rf dist *.tsbuildinfo", | ||
"lint": "eslint \"{src,test}/**/*.ts\"", | ||
"mocha": "mocha -r ts-node/register", | ||
"test": "mocha -r ts-node/register test/**/*.test.ts", | ||
"prepack": "tsc --outdir dist/esm --sourcemap --module es2015 && tsc --outdir dist/cjs --sourcemap --module commonjs && tsc --outdir dist/types --emitDeclarationOnly" | ||
"prepack": "tsc --build && tsc --outdir dist/esm --module es2015 && tsc --outdir dist/cjs --module commonjs" | ||
}, | ||
@@ -28,4 +29,4 @@ "dependencies": { | ||
"devDependencies": { | ||
"@bigtest/effection-express": "^0.8.0", | ||
"@frontside/tsconfig": "*", | ||
"@bigtest/effection-express": "^0.9.0", | ||
"@frontside/tsconfig": "^1.2.0", | ||
"@types/mocha": "^7.0.1", | ||
@@ -36,3 +37,3 @@ "@types/node": "^13.13.4", | ||
"mocha": "^6.2.2", | ||
"ts-node": "*" | ||
"ts-node": "^9.1.1" | ||
}, | ||
@@ -39,0 +40,0 @@ "volta": { |
344370
28
295