This commit is contained in:
Timo Hocker 2020-05-04 21:37:02 +02:00
parent df71184b31
commit f59090936c

View File

@ -11,14 +11,14 @@
"@stryker-mutator/javascript-mutator": "^3.0.2", "@stryker-mutator/javascript-mutator": "^3.0.2",
"ava": "^3.5.0", "ava": "^3.5.0",
"eslint": "^6.8.0", "eslint": "^6.8.0",
"nyc": "^15.0.0", "nyc": "^15.0.0"
"compile": "tsc --allowJs --declaration --emitDeclarationOnly index.js"
}, },
"scripts": { "scripts": {
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs", "lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs",
"test": "nyc ava", "test": "nyc ava",
"ci": "yarn && node jenkins.js", "ci": "yarn && node jenkins.js",
"mutate": "stryker run" "mutate": "stryker run",
"compile": "tsc --allowJs --declaration --emitDeclarationOnly index.js"
}, },
"dependencies": { "dependencies": {
"argon2": "^0.26.1" "argon2": "^0.26.1"