1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-02 12:39:28 +00:00

Fixed indentation from autogenerated package.json

This commit is contained in:
2022-01-21 21:20:12 +00:00
parent f6be2e37f6
commit 0d8f10f061

View File

@@ -1,30 +1,30 @@
{ {
"name": "stratos", "name": "stratos",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "jest", "test": "jest",
"lint": "eslint .", "lint": "eslint .",
"diag": "utility/uml/generateDiagrams.ksh" "diag": "utility/uml/generateDiagrams.ksh"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/matt-fidd/stratos.git" "url": "git+https://github.com/matt-fidd/stratos.git"
}, },
"author": "", "author": "",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/matt-fidd/stratos/issues" "url": "https://github.com/matt-fidd/stratos/issues"
}, },
"homepage": "https://github.com/matt-fidd/stratos#readme", "homepage": "https://github.com/matt-fidd/stratos#readme",
"dependencies": { "dependencies": {
"bcrypt": "^5.0.1", "bcrypt": "^5.0.1",
"mysql2": "^2.3.3" "mysql2": "^2.3.3"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^8.6.0", "eslint": "^8.6.0",
"eslint-plugin-jest": "^25.7.0", "eslint-plugin-jest": "^25.7.0",
"jest": "^27.4.7" "jest": "^27.4.7"
} }
} }