-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
35 lines (35 loc) · 951 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "@grammyjs/storages",
"repository": "grammyjs/storages",
"version": "2.1.1",
"private": true,
"scripts": {
"build": "lerna run build",
"test": "lerna run test",
"test:deno": "lerna run test:deno",
"dev": "lerna run dev --parallel",
"lint": "eslint --ext .ts \"packages/\" \"libs/\"",
"lint:fix": "eslint --fix --ext .ts \"packages/\" \"libs/\"",
"prepare": "husky install",
"prepublish": "pnpm build",
"publish": "lerna publish --no-private"
},
"devDependencies": {
"@types/node": "^20.11.22",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"deno2node": "^1.11.0",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"lerna": "^8.1.2",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"tsx": "^4.7.1",
"typescript": "^5.3.3"
},
"engines": {
"pnpm": ">=7.0.0",
"node": ">=12.0.0"
}
}