diff --git a/package.json b/package.json index 8a5a97a..9e93899 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "author": "Navy.gif", "license": "MIT", "private": false, + "repository": "", "type": "module", "main": "build/cjs/index.js", @@ -30,8 +31,10 @@ }, "dependencies": { }, "scripts": { - "test": "node test/test.js", - "build": "tsc && tsc -p tsconfig.cjs.json && node ./scripts/declareTypes.js" + "test": "yarn build && jest", + "build": "tsc && tsc -p tsconfig.cjs.json && node ./scripts/declareTypes.js", + "release": "yarn build && yarn publish", + "lint": "eslint --fix" } } \ No newline at end of file