ente/packages/accounts/package.json

18 lines
378 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-02 02:02:37 +00:00
"@ente/shared": "*"
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"
}
}