mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 22:39:26 +00:00
27 lines
561 B
JSON
27 lines
561 B
JSON
{
|
|
"name": "stratos",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/matt-fidd/stratos.git"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/matt-fidd/stratos/issues"
|
|
},
|
|
"homepage": "https://github.com/matt-fidd/stratos#readme",
|
|
"dependencies": {
|
|
"bcrypt": "^5.0.1",
|
|
"mysql2": "^2.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.6.0"
|
|
}
|
|
}
|