2021-03-24 17:42:45 +03:00
|
|
|
{
|
|
|
|
"name": "eqmac",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "eqMac Monorepo",
|
|
|
|
"main": ".eslintrc.js",
|
|
|
|
"scripts": {
|
2021-03-24 17:45:36 +03:00
|
|
|
"lint": "npx eslint ."
|
2021-03-24 17:42:45 +03:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/bitgapp/eqMac.git"
|
|
|
|
},
|
|
|
|
"author": "Roman Kisil <Nodeful>",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/bitgapp/eqMac/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/bitgapp/eqMac#readme",
|
|
|
|
"devDependencies": {
|
|
|
|
"@typescript-eslint/eslint-plugin": "^4.19.0",
|
|
|
|
"eslint": "^7.22.0",
|
|
|
|
"eslint-config-standard-with-typescript": "^20.0.0",
|
|
|
|
"eslint-plugin-import": "^2.22.1",
|
|
|
|
"eslint-plugin-node": "^11.1.0",
|
|
|
|
"eslint-plugin-promise": "^4.3.1"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"typescript": "^4.2.3"
|
|
|
|
}
|
|
|
|
}
|