This commit is contained in:
Killer Boss Original 2023-02-03 18:56:15 +01:00
parent c967884dbb
commit 9bd0befd5d

View file

@ -1,9 +1,9 @@
{ {
"name": "node-cin", "name": "node-cin",
"version": "2023.02.03", "version": "2023.02.03-1",
"description": "Standard input module for JavaScript / TypeScript", "description": "Standard input module for JavaScript / TypeScript",
"main": "build/index.js", "main": "build/index.js",
"types": "dist/index.d.ts", "types": "build/index.d.ts",
"scripts": { "scripts": {
"install": "tsc" "install": "tsc"
}, },