|
1 | 1 | { |
| 2 | + "name": "cel-typescript", |
| 3 | + "version": "0.1.0", |
| 4 | + "type": "module", |
| 5 | + "exports": { |
| 6 | + ".": { |
| 7 | + "import": "./dist/src/index.js", |
| 8 | + "types": "./dist/src/index.d.ts" |
| 9 | + } |
| 10 | + }, |
| 11 | + "types": "./dist/src/index.d.ts", |
| 12 | + "napi": { |
2 | 13 | "name": "cel-typescript", |
3 | | - "version": "0.1.0", |
4 | | - "type": "module", |
5 | | - "exports": { |
6 | | - ".": { |
7 | | - "import": "./dist/src/index.js", |
8 | | - "types": "./dist/src/index.d.ts" |
9 | | - } |
10 | | - }, |
11 | | - "types": "./dist/src/index.d.ts", |
12 | | - "napi": { |
13 | | - "name": "cel-typescript", |
14 | | - "triples": { |
15 | | - "defaults": true, |
16 | | - "additional": [] |
17 | | - } |
18 | | - }, |
19 | | - "scripts": { |
20 | | - "build:native": "nx build:native", |
21 | | - "build:ts": "nx build:ts", |
22 | | - "format": "nx run cel-typescript:format", |
23 | | - "format:check": "nx run cel-typescript:format:check", |
24 | | - "lint": "nx lint", |
25 | | - "check": "nx check", |
26 | | - "build": "nx build", |
27 | | - "test": "nx test", |
28 | | - "clean": "nx clean" |
29 | | - }, |
30 | | - "devDependencies": { |
31 | | - "@biomejs/biome": "^1.9.4", |
32 | | - "@napi-rs/cli": "^2.18.4", |
33 | | - "@types/mocha": "^10.0.10", |
34 | | - "@types/node": "^18.0.0", |
35 | | - "jest": "^29.5.0", |
36 | | - "mocha": "^11.1.0", |
37 | | - "nx": "^20.8.1", |
38 | | - "ts-jest": "^29.1.0", |
39 | | - "ts-node": "^10.9.2", |
40 | | - "typescript": "^5.0.0", |
41 | | - "vitest": "^3.1.2" |
| 14 | + "triples": { |
| 15 | + "defaults": true, |
| 16 | + "additional": [ |
| 17 | + "aarch64-apple-darwin", |
| 18 | + "aarch64-linux-android", |
| 19 | + "aarch64-unknown-linux-gnu", |
| 20 | + "aarch64-pc-windows-msvc", |
| 21 | + "armv7-linux-androideabi", |
| 22 | + "armv7-unknown-linux-gnueabihf", |
| 23 | + "x86_64-unknown-linux-gnu", |
| 24 | + "x86_64-apple-darwin", |
| 25 | + "x86_64-pc-windows-msvc" |
| 26 | + ] |
42 | 27 | } |
| 28 | + }, |
| 29 | + "scripts": { |
| 30 | + "build:native": "nx build:native", |
| 31 | + "build:ts": "nx build:ts", |
| 32 | + "format": "nx run cel-typescript:format", |
| 33 | + "format:check": "nx run cel-typescript:format:check", |
| 34 | + "lint": "nx lint", |
| 35 | + "check": "nx check", |
| 36 | + "build": "nx build", |
| 37 | + "test": "nx test", |
| 38 | + "clean": "nx clean" |
| 39 | + }, |
| 40 | + "devDependencies": { |
| 41 | + "@biomejs/biome": "^1.9.4", |
| 42 | + "@napi-rs/cli": "^2.18.4", |
| 43 | + "@types/mocha": "^10.0.10", |
| 44 | + "@types/node": "^18.0.0", |
| 45 | + "jest": "^29.5.0", |
| 46 | + "mocha": "^11.1.0", |
| 47 | + "nx": "^20.8.1", |
| 48 | + "ts-jest": "^29.1.0", |
| 49 | + "ts-node": "^10.9.2", |
| 50 | + "typescript": "^5.0.0", |
| 51 | + "vitest": "^3.1.2" |
| 52 | + } |
43 | 53 | } |
0 commit comments