mirror of
https://github.com/JonasunderscoreJones/jonas_jones-api.git
synced 2025-10-23 00:59:18 +02:00
35 lines
895 B
JSON
35 lines
895 B
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"
|
|
},
|
|
"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"
|
|
}
|
|
}
|