build and publish config

This commit is contained in:
2024-01-29 10:31:52 -06:00
parent 971a288794
commit 430cff39b8
11 changed files with 28 additions and 11 deletions

View File

@@ -1,9 +1,10 @@
{
"name": "mongo-assert",
"version": "1.0.0",
"version": "0.0.1",
"description": "",
"main": "index.ts",
"scripts": {
"build": "tsc",
"start": "ts-node index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},