mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-16 19:22:22 +03:00
15 lines
290 B
JSON
15 lines
290 B
JSON
|
{
|
||
|
"name": "@urbit/eslint-config",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "Tyler Brown Cifu Shuster",
|
||
|
"license": "MIT",
|
||
|
"peerDependencies": {
|
||
|
"eslint": ">= 3"
|
||
|
}
|
||
|
}
|