Skip to content

Commit

Permalink
chore: add name to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow81627 committed Mar 21, 2021
1 parent 2cec198 commit e1b5164
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
{
"name": "pocketpasta-api",
"version": "0.0.0",
"description": "Eat spagetti to forgetti your regretti",
"author": {
"name": "Damien Robinson",
"email": "[email protected]",
"url": "https://pocketpasta.com"
},
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/shadow81627/pocketpasta-api.git"
},
"bugs": "https://github.com/shadow81627/pocketpasta-api/issues",
"homepage": "https://pocketpasta.com",
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --config=node_modules/laravel-mix/setup/webpack.config.js",
Expand Down

0 comments on commit e1b5164

Please sign in to comment.