mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 18:21:34 +03:00
27 lines
619 B
JSON
27 lines
619 B
JSON
{
|
|
"name": "@urbit/eslint-config",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@github.com/urbit/urbit.git",
|
|
"directory": "pkg/npm/eslint-config"
|
|
},
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"eslint": ">= 3"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^4.15.0",
|
|
"@typescript-eslint/parser": "^4.15.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint-plugin-react": "^7.22.0",
|
|
"typescript": "^4.1.5"
|
|
}
|
|
}
|