Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
prisca-c committed Dec 24, 2023
1 parent 4c15345 commit b225564
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "data-buddy",
"version": "0.0.3-2",
"description": "Data Buddy helps you to store and retrieve data from local json files",
"description": "Data Buddy helps you to manage your data in a simple way. It can be used to cache data, store data in a file, and soon more.",
"type": "module",
"engines": {
"node": ">=18.16.0"
Expand All @@ -12,11 +12,19 @@
"build": "pnpm run clean && pnpm run compile",
"compile": "tsup-node",
"publish": "pnpm run build && pnpm publish",
"publish:latest": "npm run publish --tag latest",
"publish:next": "npm run publish --tag next",
"publish:latest": "npm publish --tag latest",
"publish:next": "npm publish --tag next",
"test": "node --loader ts-node/esm --enable-source-maps bin/test.ts"
},
"keywords": [],
"keywords": [
"data",
"cache",
"file",
"json",
"data-buddy",
"easy",
"simple"
],
"author": "prisca-c",
"license": "MIT",
"main": "dist/index.js",
Expand Down

0 comments on commit b225564

Please sign in to comment.