You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
525 B
24 lines
525 B
4 years ago
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|