24 lines
525 B
JSON
24 lines
525 B
JSON
{
|
|
"name": "followthescooter",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "eslint"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "gitea@git.bitnik.org:anton/followthescooter.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"eslint": "^7.10.0",
|
|
"eslint-config-standard": "^14.1.1",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-standard": "^4.0.1"
|
|
}
|
|
}
|