Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesgael committed Oct 20, 2023
1 parent fa33e23 commit 151dbfe
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@
"name": "joi-annotate",
"type": "module",
"version": "1.0.0",
"description": "Annotation system for Joi",
"author": "cdjedai",
"license": "MIT",
"repository": "git://github.com/charlesgael/joi-annotate",
"keywords": [
"joi",
"schema",
"validation"
],
"main": "dist/index.js",
"module": "src/index.ts",
"types": "dist/index.d.ts",
"scripts": {
"lint": "eslint .",
"b": "rimraf dist && tsc -p tsconfig.build.json",
Expand Down

0 comments on commit 151dbfe

Please sign in to comment.