mirror of
https://github.com/meteor/meteor.git
synced 2026-01-10 08:08:24 -05:00
25 lines
552 B
JSON
25 lines
552 B
JSON
{
|
|
"name": "meteor",
|
|
"version": "0.0.1",
|
|
"description": "Used to apply Prettier and ESLint manually",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/meteor/meteor.git"
|
|
},
|
|
"author": "Filipe Névola",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/meteor/meteor/issues"
|
|
},
|
|
"homepage": "https://github.com/meteor/meteor#readme",
|
|
"devDependencies": {
|
|
"@quave/eslint-config-quave": "^1.0.3",
|
|
"@types/node": "^14.17.6"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"@quave/quave"
|
|
]
|
|
}
|
|
}
|