ente/packages/accounts/package.json

19 lines
411 B
JSON
Raw Normal View History

2023-11-01 07:44:46 +00:00
{
"name": "@ente/accounts",
"version": "0.0.0",
"scripts": {
"lint": "eslint .",
2023-11-02 03:36:31 +00:00
"build": "yarn lint && tsc"
2023-11-01 07:44:46 +00:00
},
2023-11-01 10:01:08 +00:00
"dependencies": {
2023-11-03 04:19:02 +00:00
"@ente/shared": "*",
"is-electron": "^2.2.2"
2023-11-01 10:01:08 +00:00
},
2023-11-01 07:44:46 +00:00
"devDependencies": {
"@ente/eslint-config": "*",
"@typescript-eslint/parser": "^5.59.2",
"eslint": "^8.28.0",
"typescript": "^5.1.3"
}
}