@lofty87/code-convention
Version:
Lofty87 Project Code Convention
37 lines (36 loc) • 834 B
JSON
{
"name": "@lofty87/code-convention",
"version": "3.0.3",
"author": {
"name": "lofty87",
"email": "lofty87@daum.net"
},
"description": "Lofty87 Project Code Convention",
"license": "MIT",
"homepage": "https://github.com/lofty87/code-convention",
"bugs": {
"url": "https://github.com/lofty87/code-convention/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lofty87/code-convention.git"
},
"keywords": [
"lofty87",
"eslint",
"eslint-config",
"prettier",
"prettier-config",
"convention",
"code-convention"
],
"peerDependencies": {
"eslint": ">=8.33.0",
"typescript": ">=4.6.3"
},
"dependencies": {
"@lofty87/eslint-config": "^4.0.3",
"@lofty87/prettier-config": "^1.0.8",
"eslint-config-prettier": "^9.0.0"
}
}