Skip to content

Commit

Permalink
Fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
allevo committed Nov 8, 2023
1 parent 20fed5c commit f76acb4
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "@orama/cloudflare-api",
"version": "1.0.0",
"version": "0.0.1",
"description": "",
"type": "module",
"main": "dist/index.js",
"license": "Apache-2.0",
"scripts": {
"build": "npm run build:cjs && npm run build:esm && npm run rename:cjs",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand All @@ -16,8 +17,16 @@
"files": [
"dist"
],
"keywords": [],
"author": "",
"keywords": [
"cloudflare",
"api"
],
"author": {
"name": "Tommaso Allevi",
"email": "tomallevi@gmail.com",
"url": "https://github.com/allevo",
"author": true
},
"devDependencies": {
"@fastify/multipart": "^7.7.3",
"@types/node": "=20.8.0",
Expand Down

0 comments on commit f76acb4

Please sign in to comment.