|
1 | 1 | { |
2 | | - "name": "data-path", |
3 | | - "version": "1.0.0", |
4 | | - "description": "A simple, modern, zero-dependency, and fully type-safe library for building, comparing, and manipulating object property paths using TypeScript lambda expressions.", |
5 | | - "license": "ISC", |
6 | | - "type": "commonjs", |
7 | | - "main": "./dist/index.js", |
8 | | - "module": "./dist/index.mjs", |
9 | | - "types": "./dist/index.d.ts", |
10 | | - "files": [ |
11 | | - "dist" |
12 | | - ], |
13 | | - "scripts": { |
14 | | - "build": "tsup src/index.ts --format cjs,esm --dts --clean", |
15 | | - "dev": "npm run build -- --watch", |
16 | | - "lint": "biome check src", |
17 | | - "lint:fix": "biome check --write src", |
18 | | - "prepare": "husky", |
19 | | - "typecheck": "tsc --noEmit", |
20 | | - "test": "vitest run --typecheck", |
21 | | - "test:watch": "vitest --typecheck" |
22 | | - }, |
23 | | - "keywords": [ |
24 | | - "typescript", |
25 | | - "path", |
26 | | - "object-path", |
27 | | - "type-safe", |
28 | | - "proxy", |
29 | | - "dot-notation", |
30 | | - "property-path", |
31 | | - "accessor", |
32 | | - "data-path" |
33 | | - ], |
34 | | - "author": { |
35 | | - "name": "Sergei Shmakov", |
36 | | - "url": "https://github.com/sergeyshmakov" |
37 | | - }, |
38 | | - "repository": { |
39 | | - "type": "git", |
40 | | - "url": "git+https://github.com/sergeyshmakov/data-path.git" |
41 | | - }, |
42 | | - "bugs": { |
43 | | - "url": "https://github.com/sergeyshmakov/data-path/issues" |
44 | | - }, |
45 | | - "homepage": "https://github.com/sergeyshmakov/data-path#readme", |
46 | | - "release": { |
47 | | - "branches": [ |
48 | | - "main" |
49 | | - ] |
50 | | - }, |
51 | | - "devDependencies": { |
52 | | - "@biomejs/biome": "2.4.6", |
53 | | - "@commitlint/cli": "^20.4.3", |
54 | | - "@commitlint/config-conventional": "^20.4.3", |
55 | | - "husky": "^9.1.7", |
56 | | - "semantic-release": "^25.0.3", |
57 | | - "tsup": "^8.5.1", |
58 | | - "typescript": "^5.9.3", |
59 | | - "vitest": "^4.0.18" |
60 | | - }, |
61 | | - "peerDependencies": { |
62 | | - "typescript": ">=5.0.0" |
63 | | - }, |
64 | | - "engines": { |
65 | | - "node": ">=20.0.0" |
66 | | - }, |
67 | | - "volta": { |
68 | | - "node": "24.14.0" |
69 | | - } |
| 2 | + "name": "data-path", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "A simple, modern, zero-dependency, and fully type-safe library for building, comparing, and manipulating object property paths using TypeScript lambda expressions.", |
| 5 | + "license": "ISC", |
| 6 | + "type": "commonjs", |
| 7 | + "main": "./dist/index.js", |
| 8 | + "module": "./dist/index.mjs", |
| 9 | + "types": "./dist/index.d.ts", |
| 10 | + "files": [ |
| 11 | + "dist" |
| 12 | + ], |
| 13 | + "scripts": { |
| 14 | + "build": "tsup src/index.ts --format cjs,esm --dts --clean", |
| 15 | + "dev": "npm run build -- --watch", |
| 16 | + "lint": "biome check src", |
| 17 | + "lint:fix": "biome check --write src", |
| 18 | + "prepare": "husky", |
| 19 | + "typecheck": "tsc --noEmit", |
| 20 | + "test": "vitest run --typecheck", |
| 21 | + "test:watch": "vitest --typecheck" |
| 22 | + }, |
| 23 | + "keywords": [ |
| 24 | + "typescript", |
| 25 | + "path", |
| 26 | + "object-path", |
| 27 | + "type-safe", |
| 28 | + "proxy", |
| 29 | + "dot-notation", |
| 30 | + "property-path", |
| 31 | + "accessor", |
| 32 | + "data-path" |
| 33 | + ], |
| 34 | + "author": { |
| 35 | + "name": "Sergei Shmakov", |
| 36 | + "url": "https://github.com/sergeyshmakov" |
| 37 | + }, |
| 38 | + "repository": { |
| 39 | + "type": "git", |
| 40 | + "url": "git+https://github.com/sergeyshmakov/data-path.git" |
| 41 | + }, |
| 42 | + "bugs": { |
| 43 | + "url": "https://github.com/sergeyshmakov/data-path/issues" |
| 44 | + }, |
| 45 | + "homepage": "https://github.com/sergeyshmakov/data-path#readme", |
| 46 | + "release": { |
| 47 | + "branches": [ |
| 48 | + "main" |
| 49 | + ] |
| 50 | + }, |
| 51 | + "devDependencies": { |
| 52 | + "@biomejs/biome": "2.4.6", |
| 53 | + "@commitlint/cli": "^20.4.3", |
| 54 | + "@commitlint/config-conventional": "^20.4.3", |
| 55 | + "husky": "^9.1.7", |
| 56 | + "semantic-release": "^25.0.3", |
| 57 | + "tsup": "^8.5.1", |
| 58 | + "typescript": "^5.9.3", |
| 59 | + "vitest": "^4.0.18" |
| 60 | + }, |
| 61 | + "peerDependencies": { |
| 62 | + "typescript": ">=5.0.0" |
| 63 | + }, |
| 64 | + "engines": { |
| 65 | + "node": ">=20.0.0" |
| 66 | + }, |
| 67 | + "volta": { |
| 68 | + "node": "24.14.0" |
| 69 | + } |
70 | 70 | } |
0 commit comments