Skip to content

Commit

Permalink
chore(docs): package.json info
Browse files Browse the repository at this point in the history
  • Loading branch information
krystxf committed May 20, 2024
1 parent d9b97d2 commit f955830
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 11 deletions.
12 changes: 7 additions & 5 deletions backend/v2/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
{
"name": "metr-now-backend-v2",
"name": "metro-now-backend-v2",
"version": "0.2.0",
"description": "",
"license": "MPL-2.0",
"author": {
"name": "Krystof Kratky",
"url": "https://github.com/krystxf",
"email": "krystof.kratky2003@gmail.com"
},
"main": "src/server.ts",
"scripts": {
"build": "npx tsc",
"start": "node dist/server.js",
"dev": "nodemon src/server.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "^16.4.5",
"express": "^4.19.2",
Expand Down
5 changes: 3 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "metro-now-web-app",
"version": "0.0.1",
"name": "metro-now-docs",
"homepage": "https://metro-now.vercel.app/",
"license": "MPL-2.0",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
15 changes: 11 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
{
"name": "metro-now-monorepo",
"author": {
"name": "Krystof Kratky",
"url": "https://github.com/krystxf"
},
"description": "Monorepo includes backend, docs and apps for iOS and WatchOS",
"license": "MPL-2.0",
"homepage": "https://metro-now.vercel.app/",
"repository": {
"type": "git",
"url": "https://github.com/krystxf/metro-now"
},
"bugs": {
"url": "https://github.com/krystxf/metro-now/issues/new"
},
"author": {
"name": "Krystof Kratky",
"url": "https://github.com/krystxf",
"email": "krystof.kratky2003@gmail.com"
},
"scripts": {
"format:all": "pnpm run format && pnpm run format-swift",
"format": "pnpm exec prettier . --write",
Expand Down

0 comments on commit f955830

Please sign in to comment.