Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
49 lines (49 loc) · 1.41 KB

File metadata and controls

49 lines (49 loc) · 1.41 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "javascript-kit-swift",
"version": "0.0.0",
"description": "A runtime library of JavaScriptKit which is Swift framework to interact with JavaScript through WebAssembly.",
"main": "Runtime/lib/index.js",
"module": "Runtime/lib/index.mjs",
"types": "Runtime/lib/index.d.ts",
"files": [
"Runtime/lib"
],
"scripts": {
"build": "npm run build:clean && npm run build:ts",
"build:clean": "rm -rf Runtime/lib",
"build:ts": "cd Runtime; rollup -c",
"prepublishOnly": "npm run build",
"format": "prettier --write Runtime/src",
"check:bridgejs-dts": "tsc --project Plugins/BridgeJS/Tests/BridgeJSToolTests/__Snapshots__/BridgeJSLinkTests/tsconfig.json"
},
"keywords": [
"Swift",
"WebAssembly",
"wasm"
],
"repository": {
"type": "git",
"url": "git+https://github.com/swiftwasm/JavaScriptKit.git"
},
"homepage": "https://github.com/swiftwasm/JavaScriptKit",
"bugs": {
"url": "https://github.com/swiftwasm/JavaScriptKit/issues"
},
"publishConfig": {
"access": "public"
},
"author": "swiftwasm",
"license": "MIT",
"devDependencies": {
"@bjorn3/browser_wasi_shim": "^0.4.1",
"@rollup/plugin-typescript": "^12.1.2",
"@types/node": "^22.13.14",
"playwright": "^1.52.0",
"prettier": "3.5.3",
"rollup": "^4.37.0",
"rollup-plugin-dts": "^6.2.1",
"tslib": "^2.8.1",
"typescript": "^5.8.2",
"vitest": "^4.0.18"
}
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.