forked from ddnexus/pagy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 719 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 719 Bytes
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
{
"description": "Javascript support files",
"devDependencies": {
"@eslint/js": "10.0.1",
"@stylistic/eslint-plugin": "^5.10.0",
"@types/eslint__js": "^9.14.0",
"@types/node": "25.2.2",
"eslint": "10.0.0",
"eslint-plugin-align-assignments": "^1.1.2",
"eslint-plugin-promise": "7.2.1",
"puppeteer": "24.37.2",
"retypeapp-linux-x64": "4.1.0",
"taze": "^19.10.0",
"typescript": "5.9.3",
"typescript-eslint": "8.55.0"
},
"name": "pagy",
"private": true,
"scripts": {
"src-lint": "eslint ./src",
"taze": "taze -I",
"clean": "rm -rf node_modules bun.lockb ~/.bun/install/cache",
"reinstall": "bun run clean && bun install"
},
"type": "module"
}