urbit/pkg/npm/eslint-config/package.json

15 lines
290 B
JSON
Raw Normal View History

2021-01-27 08:45:18 +03:00
{
"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"
}
}