@paybase/machine
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "@paybase/machine", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "async/await finite state machine factory", | ||
"main": "index.js", | ||
"typings": "index.d.ts", | ||
"bin": { | ||
@@ -13,3 +14,4 @@ "visualise": "./cli/bin.js" | ||
"scripts": { | ||
"test": "nyc --check-coverage --lines 100 --functions 100 --branches 100 node ./test/index.spec.js", | ||
"build": "tsc --project tsconfig.build.json", | ||
"test": "nyc --check-coverage --lines 100 --functions 100 --branches 100 tape -r ts-node/register ./test/index.spec.ts", | ||
"report": "nyc report --reporter=html" | ||
@@ -20,5 +22,13 @@ }, | ||
"devDependencies": { | ||
"nyc": "^11.1.0", | ||
"@istanbuljs/nyc-config-typescript": "^0.1.3", | ||
"@types/node": "^12.0.7", | ||
"@types/sinon": "^7.0.12", | ||
"@types/tape": "^4.2.33", | ||
"nyc": "^14.1.1", | ||
"prettier": "^1.18.0", | ||
"sinon": "^7.1.0", | ||
"tape": "^4.8.0" | ||
"tap-spec": "^5.0.0", | ||
"tape": "^4.8.0", | ||
"ts-node": "^8.2.0", | ||
"typescript": "^3.5.1" | ||
}, | ||
@@ -25,0 +35,0 @@ "dependencies": { |
19016
11
5
152