add missing fields
This commit is contained in:
parent
1a1c6e1647
commit
1076b99f6c
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user