47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "@sapphirecode/eslint-config-ts",
|
|
"version": "1.2.1",
|
|
"description": "scode eslint typescript configuration",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs",
|
|
"test": "echo \"no test\"",
|
|
"compile": "tsc --allowJs --declaration --emitDeclarationOnly index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.scode.ovh/timo/eslint-ts.git"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": ">=8.4.0",
|
|
"typescript": ">=4.4.0"
|
|
},
|
|
"keywords": [
|
|
"eslint",
|
|
"eslintconfig"
|
|
],
|
|
"author": {
|
|
"name": "Timo Hocker",
|
|
"email": "timo@scode.ovh"
|
|
},
|
|
"bugs": "https://redmine.scode.ovh/projects/eslint-ts",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"eslint": "^8.4.0",
|
|
"eslint-config-standard": "^16.0.1",
|
|
"eslint-plugin-import": "^2.20.2",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^5.1.0"
|
|
},
|
|
"dependencies": {
|
|
"@sapphirecode/eslint-config-es6": "^1.1.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.0.0",
|
|
"@typescript-eslint/parser": "^5.0.0",
|
|
"eslint-plugin-tsdoc": "^0.2.14"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"index.js"
|
|
]
|
|
}
|