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