|
1 | 1 | { |
2 | | - "name": "@linera/client", |
3 | | - "version": "0.14.0", |
4 | | - "description": "Web client for the Linera blockchain", |
5 | | - "main": "dist/linera_web.js", |
6 | | - "types": "dist/linera_web.d.ts", |
7 | | - "files": [ "dist" ], |
8 | | - "type": "module", |
9 | | - "scripts": { |
10 | | - "install": "true", |
11 | | - "build": "bash build.bash --release", |
12 | | - "prepare": "pnpm build", |
13 | | - "lint": "cargo fmt --check && cargo clippy -- -W clippy::pedantic", |
14 | | - "ci": "pnpm lint" |
15 | | - }, |
16 | | - "keywords": [], |
17 | | - "author": "Linera <[email protected]>", |
18 | | - "license": "Apache-2.0", |
19 | | - "repository": { |
20 | | - "type": "git", |
21 | | - "url": "git+https://github.com/linera-io/linera-web.git" |
22 | | - }, |
23 | | - "bugs": { |
24 | | - "url": "https://github.com/linera-io/linera-web/issues" |
25 | | - }, |
26 | | - "homepage": "https://github.com/linera-io/linera-web#readme" |
| 2 | + "name": "@linera/client", |
| 3 | + "version": "0.14.0", |
| 4 | + "description": "Web client for the Linera blockchain", |
| 5 | + "main": "dist/linera_web.js", |
| 6 | + "types": "dist/linera_web.d.ts", |
| 7 | + "files": [ |
| 8 | + "dist" |
| 9 | + ], |
| 10 | + "type": "module", |
| 11 | + "scripts": { |
| 12 | + "install": "true", |
| 13 | + "build": "bash build.bash --release", |
| 14 | + "prepare": "pnpm build", |
| 15 | + "lint": "cargo fmt --check && cargo clippy -- -W clippy::pedantic", |
| 16 | + "ci": "pnpm lint", |
| 17 | + "format": "pnpm exec prettier . --write" |
| 18 | + }, |
| 19 | + "keywords": [], |
| 20 | + "author": "Linera <[email protected]>", |
| 21 | + "license": "Apache-2.0", |
| 22 | + "repository": { |
| 23 | + "type": "git", |
| 24 | + "url": "git+https://github.com/linera-io/linera-web.git" |
| 25 | + }, |
| 26 | + "bugs": { |
| 27 | + "url": "https://github.com/linera-io/linera-web/issues" |
| 28 | + }, |
| 29 | + "homepage": "https://github.com/linera-io/linera-web#readme", |
| 30 | + "devDependencies": { |
| 31 | + "prettier": "3.5.3" |
| 32 | + } |
27 | 33 | } |
0 commit comments