diff --git a/package.json b/package.json new file mode 100644 index 0000000..7dcdf28 --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "y", + "version": "1.0.0", + "description": "Planet Foodies Repository", + "main": "index.js", +"scripts": { + "gh-deploy": "git push origin :gh-pages && git subtree push --prefix frontend/dist origin gh-pages", + "gh-deploy-init": "git push origin && git subtree push --prefix frontend/dist origin gh-pages", + "build": "rm -f -r dist && cd frontend && npm install && npm run build" + }, + "devDependencies": { + "gh-pages": "^6.0.0" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/J-E-N-G-A/planet-foodies.git" + }, + "author": "", + "license": "ISC", + "bugs": { + "url": "https://github.com/J-E-N-G-A/planet-foodies/issues" + }, + "homepage": "https://github.com/J-E-N-G-A/planet-foodies#readme" +}