Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
chore: Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalanamini committed Oct 28, 2022
1 parent 13510f7 commit e9ecada
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 24 deletions.
19 changes: 11 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,20 @@
{
"name": "@foxify/router",
"version": "1.0.0-beta.3",
"description": "Foxify Router",
"description": "Foxify HTTP Router",
"homepage": "https://github.com/foxifyjs/router#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/foxifyjs/router.git"
},
"author": "Ardalan Amini <[email protected]> (https://ardalanamini.com/)",
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/foxify"
}
],
"license": "MIT",
"repository": "github:foxifyjs/router",
"bugs": {
"url": "https://github.com/foxifyjs/router/issues"
},
"funding": {
"url": "https://opencollective.com/foxify"
},
"license": "MIT",
"author": {
"name": "Ardalan Amini",
"email": "[email protected]",
"url": "https://ardalanamini.com"
},
"keywords": [
"foxify",
"router",
Expand All @@ -27,8 +23,6 @@
"request",
"response"
],
"main": ".build/cjs/index.js",
"types": ".build/cjs/index.d.ts",
"scripts": {
"build": "tsc",
"build:watch": "npm run build -- --watch",
Expand All @@ -44,6 +38,12 @@
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=14"
},
"main": ".build/cjs/index.js",
"module": ".build/esm/index.js",
"types": ".build/cjs/index.d.ts",
"peerDependencies": {
"@foxify/http": "^1",
"prototyped.js": "^3"
Expand Down

0 comments on commit e9ecada

Please sign in to comment.