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

23 lines
533 B
JSON
Raw Normal View History

2021-01-27 08:45:18 +03:00
{
"name": "@urbit/eslint-config",
"version": "1.0.3",
2021-01-27 08:45:18 +03:00
"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",
2021-07-01 06:28:25 +03:00
"scripts": {},
2021-02-15 01:15:43 +03:00
"author": "",
2021-01-27 08:45:18 +03:00
"license": "MIT",
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",
2021-05-20 05:18:43 +03:00
"eslint": "^7.26.0",
2021-02-15 01:15:43 +03:00
"eslint-plugin-react": "^7.22.0",
"typescript": "^4.1.5"
2021-01-27 08:45:18 +03:00
}
}