Skip to content

Commit 8d37bcd

Browse files
1 parent 222e29f commit 8d37bcd

2 files changed

Lines changed: 72 additions & 72 deletions

File tree

npm/package.json

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,35 @@
11
{
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",
232
"author": {
24-
"name": "Source 🖋️ Open 👐🏻",
253
"email": "Source/Open@Editor.Land",
4+
"name": "Source 🖋️ Open 👐🏻",
265
"url": "HTTPS://Editor.Land"
276
},
28-
"type": "module",
29-
"main": "index.js",
307
"browser": "browser.js",
31-
"files": [
32-
"index.d.ts",
33-
"index.js",
34-
"browser.js"
35-
],
36-
"scripts": {
37-
"prepublishOnly": "Build 'Source/**/*.ts'"
8+
"bugs": {
9+
"url": "HTTPS://GitHub.Com/CodeEditorLand/OXCResolver/issues"
3810
},
3911
"dependencies": {},
12+
"description": "Oxc Resolver Node API",
4013
"devDependencies": {
4114
"@playform/build": "0.2.3"
4215
},
43-
"publishConfig": {
44-
"access": "public"
16+
"files": [
17+
"index.d.ts",
18+
"index.js",
19+
"browser.js"
20+
],
21+
"funding": {
22+
"url": "https://github.com/sponsors/Boshen"
4523
},
24+
"homepage": "HTTPS://GitHub.Com/CodeEditorLand/OXCResolver#readme",
25+
"keywords": [
26+
"codeeditorland",
27+
"land",
28+
"playform"
29+
],
30+
"license": "SEE LICENSE IN LICENSE",
31+
"main": "index.js",
32+
"name": "@codeeditorland/resolver",
4633
"napi": {
4734
"binaryName": "resolver",
4835
"packageName": "@oxc-resolver/binding",
@@ -66,5 +53,18 @@
6653
"fs": true
6754
}
6855
}
69-
}
56+
},
57+
"private": false,
58+
"publishConfig": {
59+
"access": "public"
60+
},
61+
"repository": {
62+
"type": "git",
63+
"url": "git+HTTPS://github.com/CodeEditorLand/OXCResolver.git"
64+
},
65+
"scripts": {
66+
"prepublishOnly": "Build 'Source/**/*.ts'"
67+
},
68+
"type": "module",
69+
"version": "0.0.1"
7070
}

package.json

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,40 @@
11
{
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",
232
"author": {
24-
"name": "Source 🖋️ Open 👐🏻",
253
"email": "Source/Open@Editor.Land",
4+
"name": "Source 🖋️ Open 👐🏻",
265
"url": "HTTPS://Editor.Land"
276
},
28-
"type": "module",
29-
"main": "index.js",
307
"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"
4210
},
4311
"dependencies": {},
12+
"description": "Oxc Resolver Node API",
4413
"devDependencies": {
4514
"@napi-rs/cli": "3.0.0-alpha.78",
4615
"@napi-rs/wasm-runtime": "^0.2.7",
4716
"@playform/build": "0.2.3",
4817
"@types/node": "^22.13.9",
4918
"emnapi": "^1.3.1"
5019
},
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"
5328
},
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",
5438
"napi": {
5539
"binaryName": "resolver",
5640
"packageName": "@oxc-resolver/binding",
@@ -74,5 +58,21 @@
7458
"fs": true
7559
}
7660
}
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"
7878
}

0 commit comments

Comments
 (0)