-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 765 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 765 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
27
{
"name": "tezos.systems",
"version": "1.0.0",
"description": "Real-time network statistics dashboard for the Tezos blockchain. Tracks consensus, economics, governance, network activity, and ecosystem metrics with live data.",
"main": "sw.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Primate411/tezos.systems.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/Primate411/tezos.systems/issues"
},
"homepage": "https://github.com/Primate411/tezos.systems#readme",
"dependencies": {
"playwright": "^1.58.2"
},
"devDependencies": {
"knip": "^6.3.1"
}
}