add missing fields

This commit is contained in:
Erik 2023-04-12 22:07:19 +03:00
parent 1a1c6e1647
commit 1076b99f6c
Signed by: Navy.gif
GPG Key ID: 2532FBBB61C65A68

View File

@ -5,6 +5,7 @@
"author": "Navy.gif", "author": "Navy.gif",
"license": "MIT", "license": "MIT",
"private": false, "private": false,
"repository": "",
"type": "module", "type": "module",
"main": "build/cjs/index.js", "main": "build/cjs/index.js",
@ -30,8 +31,10 @@
}, },
"dependencies": { }, "dependencies": { },
"scripts": { "scripts": {
"test": "node test/test.js", "test": "yarn build && jest",
"build": "tsc && tsc -p tsconfig.cjs.json && node ./scripts/declareTypes.js" "build": "tsc && tsc -p tsconfig.cjs.json && node ./scripts/declareTypes.js",
"release": "yarn build && yarn publish",
"lint": "eslint --fix"
} }
} }