-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.22 KB
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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "tronbrowser",
"version": "3.8.8",
"private": true,
"description": "TronBrowser.dev — open-source, privacy-first, AI-native browser",
"packageManager": "pnpm@9.12.0",
"engines": {
"node": ">=24"
},
"type": "module",
"scripts": {
"build": "pnpm -r build",
"test": "pnpm -r test",
"lint": "eslint scripts && pnpm -r lint",
"typecheck": "pnpm -r typecheck",
"version:set": "node scripts/set-version.mjs",
"clean": "pnpm -r exec rm -rf dist",
"db:migrate": "node scripts/db-migrate.mjs",
"db:status": "node scripts/db-migrate.mjs --status"
},
"devDependencies": {
"@types/node": "^24.0.0",
"typescript": "^5.6.3",
"vitest": "^2.1.4",
"@libsql/client": "^0.14.0",
"@eslint/js": "^9.18.0",
"eslint": "^9.18.0",
"globals": "^15.14.0",
"typescript-eslint": "^8.62.0"
},
"main": "index.js",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/profullstack/tronbrowser.dev.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/profullstack/tronbrowser.dev/issues"
},
"homepage": "https://github.com/profullstack/tronbrowser.dev#readme"
}