2022-06-11 02:06:35 +09:00
|
|
|
{
|
|
|
|
"name": "@sup39/eslint-config-typescript",
|
2023-02-17 03:20:45 +09:00
|
|
|
"version": "0.1.5",
|
2022-06-11 02:06:35 +09:00
|
|
|
"main": "index.js",
|
|
|
|
"license": "MIT",
|
2023-02-16 02:48:51 +09:00
|
|
|
"description": "Typescript eslint config for sup39",
|
2022-06-11 02:06:35 +09:00
|
|
|
"repository": "https://github.com/sup39/eslint-config-typescript",
|
|
|
|
"author": "sup39",
|
|
|
|
"dependencies": {
|
2023-02-15 23:43:02 +09:00
|
|
|
"@sup39/eslint-config-basic": "^0.1.5",
|
2022-11-04 14:51:47 +09:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5",
|
|
|
|
"@typescript-eslint/parser": "^5"
|
2022-06-11 02:06:35 +09:00
|
|
|
}
|
|
|
|
}
|