|
7 | 7 | "index.d.ts",
|
8 | 8 | "index.ts"
|
9 | 9 | ],
|
10 |
| - "type": "module", |
11 |
| - "main": "index.js", |
12 |
| - "module": "index.js", |
13 |
| - "types": "index.d.ts", |
14 |
| - "sideEffects": false, |
| 10 | + "devDependencies": { |
| 11 | + "@noble/hashes": "2.0.0-beta.3", |
| 12 | + "@paulmillr/jsbt": "0.4.1", |
| 13 | + "@types/node": "24.2.1", |
| 14 | + "fast-check": "4.2.0", |
| 15 | + "micro-bmark": "0.4.2", |
| 16 | + "micro-should": "0.5.3", |
| 17 | + "prettier": "3.6.2", |
| 18 | + "typescript": "5.9.2" |
| 19 | + }, |
15 | 20 | "scripts": {
|
16 | 21 | "build": "tsc",
|
17 | 22 | "build:release": "npx --no @paulmillr/jsbt esbuild test/build",
|
|
23 | 28 | "test:deno": "deno --allow-env --allow-read test/index.ts",
|
24 | 29 | "test:node20": "cd test; npx tsc; node compiled/test/index.js"
|
25 | 30 | },
|
26 |
| - "author": "Paul Miller (https://paulmillr.com)", |
27 |
| - "homepage": "https://paulmillr.com/noble/", |
28 |
| - "repository": { |
29 |
| - "type": "git", |
30 |
| - "url": "git+https://github.com/paulmillr/noble-secp256k1.git" |
31 |
| - }, |
32 |
| - "license": "MIT", |
33 |
| - "devDependencies": { |
34 |
| - "@noble/hashes": "2.0.0-beta.3", |
35 |
| - "@paulmillr/jsbt": "0.4.1", |
36 |
| - "@types/node": "24.2.1", |
37 |
| - "fast-check": "4.2.0", |
38 |
| - "micro-bmark": "0.4.2", |
39 |
| - "micro-should": "0.5.3", |
40 |
| - "prettier": "3.6.2", |
41 |
| - "typescript": "5.9.2" |
42 |
| - }, |
43 | 31 | "keywords": [
|
44 | 32 | "secp256k1",
|
45 | 33 | "rfc6979",
|
|
54 | 42 | "bitcoin",
|
55 | 43 | "ethereum"
|
56 | 44 | ],
|
57 |
| - "funding": "https://paulmillr.com/funding/" |
| 45 | + "homepage": "https://paulmillr.com/noble/", |
| 46 | + "funding": "https://paulmillr.com/funding/", |
| 47 | + "repository": { |
| 48 | + "type": "git", |
| 49 | + "url": "git+https://github.com/paulmillr/noble-secp256k1.git" |
| 50 | + }, |
| 51 | + "type": "module", |
| 52 | + "main": "index.js", |
| 53 | + "module": "index.js", |
| 54 | + "types": "index.d.ts", |
| 55 | + "sideEffects": false, |
| 56 | + "author": "Paul Miller (https://paulmillr.com)", |
| 57 | + "license": "MIT" |
58 | 58 | }
|
0 commit comments