mirror of
https://github.com/JonasunderscoreJones/jonas_jones-api.git
synced 2025-10-22 16:59:17 +02:00
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"name": "jonas_jones-api",
|
|
"version": "1.0.0",
|
|
"description": "an api used for my website",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "nodemon server.js --exec babel-node --presets babel-preset-env",
|
|
"lint": "eslint src/js",
|
|
"build": "react-scripts build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/j-onasJones/jonas_jones-api.git"
|
|
},
|
|
"keywords": [
|
|
"RESTful",
|
|
"API",
|
|
"node",
|
|
"mongoDB"
|
|
],
|
|
"author": "Jonas_Jones",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/j-onasJones/jonas_jones-api/issues"
|
|
},
|
|
"homepage": "https://github.com/j-onasJones/jonas_jones-api#readme",
|
|
"dependencies": {
|
|
"babel-cli": "^6.26.0",
|
|
"babel-core": "^6.26.3",
|
|
"babel-loader": "^9.1.2",
|
|
"babel-preset-env": "^1.7.0",
|
|
"body-parser": "^1.20.1",
|
|
"express": "^4.18.2",
|
|
"http": "^0.0.1-security",
|
|
"polyfills": "^2.1.1",
|
|
"react": "^18.2.0",
|
|
"react-scripts": "^5.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"webpack-cli": "^5.0.1"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|