updated package json

This commit is contained in:
2024-01-29 10:35:11 -06:00
parent 430cff39b8
commit 8135722458

View File

@@ -1,15 +1,18 @@
{
"name": "mongo-assert",
"version": "0.0.1",
"description": "",
"main": "index.ts",
"description": "Lightweight schema validation for MongoDB with Zod",
"author": "Mikayla Dobson",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": ["dist/**/*"],
"scripts": {
"build": "tsc",
"start": "ts-node index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"keywords": ["validation", "typechecking", "typescript", "schema", "mongodb", "mongo", "zod", "testing", "build", "ci", "continuous integration"],
"license": "ISC",
"peerDependencies": {
"mongodb": "^6.3.0",