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

27 lines
619 B
JSON
Raw Normal View History

2021-01-27 08:45:18 +03:00
{
"name": "@urbit/eslint-config",
"version": "1.0.0",
"description": "",
2021-02-15 01:15:43 +03:00
"repository": {
"type": "git",
"url": "ssh://git@github.com/urbit/urbit.git",
"directory": "pkg/npm/eslint-config"
},
2021-01-27 08:45:18 +03:00
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
2021-02-15 01:15:43 +03:00
"author": "",
2021-01-27 08:45:18 +03:00
"license": "MIT",
"peerDependencies": {
"eslint": ">= 3"
2021-02-15 01:15:43 +03:00
},
"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"
2021-01-27 08:45:18 +03:00
}
}