|
1 | 1 | { |
2 | | - "name": "@devhaven/unit-conversion", |
3 | | - "version": "0.0.5", |
4 | | - "description": "A type-safe unit conversion library.", |
5 | | - "license": "Apache-2.0", |
6 | | - "author": "Ram Shankar Choudhary", |
7 | | - "type": "module", |
8 | | - "main": "./dist/index.js", |
9 | | - "module": "./dist/index.js", |
10 | | - "types": "./dist/index.d.ts", |
11 | | - "exports": { |
12 | | - "types": "./dist/index.d.ts", |
13 | | - "import": "./dist/index.js", |
14 | | - "require": "./dist/index.cjs" |
15 | | - }, |
16 | | - "scripts": { |
17 | | - "build": "bun run build.ts", |
18 | | - "dev": "bun --watch run src/index.ts", |
19 | | - "lint": "biome check src", |
20 | | - "lint:fix": "biome check --fix src", |
21 | | - "test": "vitest watch", |
22 | | - "test:run": "vitest run", |
23 | | - "test:watch": "vitest watch", |
24 | | - "test:ui": "vitest --ui", |
25 | | - "check:deps": "bunx knip" |
26 | | - }, |
27 | | - "files": [ |
28 | | - "dist" |
29 | | - ], |
30 | | - "keywords": [ |
31 | | - "bun", |
32 | | - "unit-conversion" |
33 | | - ], |
34 | | - "homepage": "https://github.com/BlankRiser/unit-conversion#readme", |
35 | | - "repository": { |
36 | | - "type": "git", |
37 | | - "url": "git+https://github.com/BlankRiser/unit-conversion.git" |
38 | | - }, |
39 | | - "bugs": { |
40 | | - "url": "https://github.com/BlankRiser/unit-conversion/issues" |
41 | | - }, |
42 | | - "devDependencies": { |
43 | | - "@biomejs/biome": "2.1.3", |
44 | | - "@types/bun": "1.2.19", |
45 | | - "@vitest/ui": "3.2.4", |
46 | | - "bun-plugin-dts": "0.3.0", |
47 | | - "typescript": "5.9.2", |
48 | | - "vitest": "3.2.4" |
49 | | - } |
| 2 | + "name": "@devhaven/unit-conversion", |
| 3 | + "version": "0.0.5", |
| 4 | + "description": "A type-safe unit conversion library.", |
| 5 | + "license": "Apache-2.0", |
| 6 | + "author": "Ram Shankar Choudhary", |
| 7 | + "type": "module", |
| 8 | + "main": "./dist/index.js", |
| 9 | + "module": "./dist/index.js", |
| 10 | + "types": "./dist/index.d.ts", |
| 11 | + "exports": { |
| 12 | + "types": "./dist/index.d.ts", |
| 13 | + "import": "./dist/index.js", |
| 14 | + "require": "./dist/index.cjs" |
| 15 | + }, |
| 16 | + "scripts": { |
| 17 | + "build": "bun run build.ts", |
| 18 | + "dev": "bun --watch run src/index.ts", |
| 19 | + "lint": "biome check src", |
| 20 | + "lint:fix": "biome check --fix src", |
| 21 | + "test": "vitest watch", |
| 22 | + "test:run": "vitest run", |
| 23 | + "test:watch": "vitest watch", |
| 24 | + "test:ui": "vitest --ui", |
| 25 | + "check:deps": "bunx knip" |
| 26 | + }, |
| 27 | + "files": [ |
| 28 | + "dist" |
| 29 | + ], |
| 30 | + "keywords": [ |
| 31 | + "bun", |
| 32 | + "unit-conversion" |
| 33 | + ], |
| 34 | + "homepage": "https://github.com/BlankRiser/unit-conversion#readme", |
| 35 | + "repository": { |
| 36 | + "type": "git", |
| 37 | + "url": "git+https://github.com/BlankRiser/unit-conversion.git" |
| 38 | + }, |
| 39 | + "bugs": { |
| 40 | + "url": "https://github.com/BlankRiser/unit-conversion/issues" |
| 41 | + }, |
| 42 | + "devDependencies": { |
| 43 | + "@biomejs/biome": "2.1.3", |
| 44 | + "@types/bun": "1.2.19", |
| 45 | + "@vitest/ui": "3.2.4", |
| 46 | + "bun-plugin-dts": "0.3.0", |
| 47 | + "typescript": "5.9.2", |
| 48 | + "vitest": "3.2.4" |
| 49 | + } |
50 | 50 | } |
0 commit comments