33 lines
798 B
JSON
33 lines
798 B
JSON
{
|
|
"name": "shikigrid-frontend",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "echo \"Error: no test specified\" && exit 1",
|
|
"lint": "npx eslint .",
|
|
"lint-fix": "npx eslint . --fix",
|
|
"run": "node index.js",
|
|
"livereload": "nodemon index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/andatoshiki/shikigrid-frontend.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/andatoshiki/shikigrid-frontend/issues"
|
|
},
|
|
"homepage": "https://github.com/andatoshiki/shikigrid-frontend#readme",
|
|
"dependencies": {
|
|
"body-parser": "^1.20.2",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.3.1",
|
|
"express": "^4.18.2"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.50.0"
|
|
}
|
|
}
|