Moves API handlers from server/lambda to /api
This commit is contained in:
30
package.json
30
package.json
@@ -1,7 +1,26 @@
|
||||
{
|
||||
"name": "web-check",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"version": "1.0.0",
|
||||
"private": false,
|
||||
"description": "All-in-one OSINT tool for analyzing any website",
|
||||
"repository": "github:lissy93/web-check",
|
||||
"homepage": "https://web-check.as93.net",
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
"name": "Alicia Sykes",
|
||||
"email": "alicia@omg.lol"
|
||||
},
|
||||
"funding": {
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/Lissy93"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "netlify dev",
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject"
|
||||
},
|
||||
"dependencies": {
|
||||
"@netlify/functions": "^1.6.0",
|
||||
"@testing-library/jest-dom": "^5.17.0",
|
||||
@@ -38,13 +57,6 @@
|
||||
"web-vitals": "^3.4.0",
|
||||
"xml2js": "^0.6.0"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "netlify dev",
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
"react-app",
|
||||
|
||||
Reference in New Issue
Block a user