|
1 | 1 | { |
2 | | - "name": "@codeeditorland/resolver", |
3 | | - "version": "0.0.1", |
4 | | - "private": false, |
5 | | - "description": "Oxc Resolver Node API", |
6 | | - "keywords": [ |
7 | | - "codeeditorland", |
8 | | - "land", |
9 | | - "playform" |
10 | | - ], |
11 | | - "homepage": "HTTPS://GitHub.Com/CodeEditorLand/OXCResolver#readme", |
12 | | - "bugs": { |
13 | | - "url": "HTTPS://GitHub.Com/CodeEditorLand/OXCResolver/issues" |
14 | | - }, |
15 | | - "repository": { |
16 | | - "type": "git", |
17 | | - "url": "git+HTTPS://github.com/CodeEditorLand/OXCResolver.git" |
18 | | - }, |
19 | | - "funding": { |
20 | | - "url": "https://github.com/sponsors/Boshen" |
21 | | - }, |
22 | | - "license": "SEE LICENSE IN LICENSE", |
23 | 2 | "author": { |
24 | | - "name": "Source 🖋️ Open 👐🏻", |
25 | 3 | "email": "Source/Open@Editor.Land", |
| 4 | + "name": "Source 🖋️ Open 👐🏻", |
26 | 5 | "url": "HTTPS://Editor.Land" |
27 | 6 | }, |
28 | | - "type": "module", |
29 | | - "main": "index.js", |
30 | 7 | "browser": "browser.js", |
31 | | - "files": [ |
32 | | - "index.d.ts", |
33 | | - "index.js", |
34 | | - "browser.js", |
35 | | - "webcontainer-fallback.js" |
36 | | - ], |
37 | | - "scripts": { |
38 | | - "build": "pnpm run build:debug --features allocator --release", |
39 | | - "build:debug": "napi build --platform --manifest-path napi/Cargo.toml", |
40 | | - "postbuild:debug": "node napi/patch.mjs", |
41 | | - "prepublishOnly": "Build 'Source/**/*.ts'" |
| 8 | + "bugs": { |
| 9 | + "url": "HTTPS://GitHub.Com/CodeEditorLand/OXCResolver/issues" |
42 | 10 | }, |
43 | 11 | "dependencies": {}, |
| 12 | + "description": "Oxc Resolver Node API", |
44 | 13 | "devDependencies": { |
45 | 14 | "@napi-rs/cli": "3.0.0-alpha.78", |
46 | 15 | "@napi-rs/wasm-runtime": "^0.2.7", |
47 | 16 | "@playform/build": "0.2.3", |
48 | 17 | "@types/node": "^22.13.9", |
49 | 18 | "emnapi": "^1.3.1" |
50 | 19 | }, |
51 | | - "publishConfig": { |
52 | | - "access": "public" |
| 20 | + "files": [ |
| 21 | + "index.d.ts", |
| 22 | + "index.js", |
| 23 | + "browser.js", |
| 24 | + "webcontainer-fallback.js" |
| 25 | + ], |
| 26 | + "funding": { |
| 27 | + "url": "https://github.com/sponsors/Boshen" |
53 | 28 | }, |
| 29 | + "homepage": "HTTPS://GitHub.Com/CodeEditorLand/OXCResolver#readme", |
| 30 | + "keywords": [ |
| 31 | + "codeeditorland", |
| 32 | + "land", |
| 33 | + "playform" |
| 34 | + ], |
| 35 | + "license": "SEE LICENSE IN LICENSE", |
| 36 | + "main": "index.js", |
| 37 | + "name": "@codeeditorland/resolver", |
54 | 38 | "napi": { |
55 | 39 | "binaryName": "resolver", |
56 | 40 | "packageName": "@oxc-resolver/binding", |
|
74 | 58 | "fs": true |
75 | 59 | } |
76 | 60 | } |
77 | | - } |
| 61 | + }, |
| 62 | + "private": false, |
| 63 | + "publishConfig": { |
| 64 | + "access": "public" |
| 65 | + }, |
| 66 | + "repository": { |
| 67 | + "type": "git", |
| 68 | + "url": "git+HTTPS://github.com/CodeEditorLand/OXCResolver.git" |
| 69 | + }, |
| 70 | + "scripts": { |
| 71 | + "build": "pnpm run build:debug --features allocator --release", |
| 72 | + "build:debug": "napi build --platform --manifest-path napi/Cargo.toml", |
| 73 | + "postbuild:debug": "node napi/patch.mjs", |
| 74 | + "prepublishOnly": "Build 'Source/**/*.ts'" |
| 75 | + }, |
| 76 | + "type": "module", |
| 77 | + "version": "0.0.1" |
78 | 78 | } |
0 commit comments