|
1 | 1 | { |
2 | | - "name": "@snelusha/balrun", |
3 | | - "version": "0.5.0", |
4 | | - "description": "Run Ballerina anywhere!", |
5 | | - "keywords": [ |
6 | | - "ballerina", |
7 | | - "interpreter", |
8 | | - "runtime", |
9 | | - "wasm", |
10 | | - "webassembly", |
11 | | - "typescript", |
12 | | - "cli" |
13 | | - ], |
14 | | - "license": "MIT", |
15 | | - "author": { |
16 | | - "name": "Sithija Nelusha Silva", |
17 | | - "email": "hello@snelusha.dev", |
18 | | - "url": "https://snelusha.dev" |
19 | | - }, |
20 | | - "repository": { |
21 | | - "type": "git", |
22 | | - "url": "https://github.com/snelusha/balrun.git", |
23 | | - "directory": "packages/balrun" |
24 | | - }, |
25 | | - "bugs": { |
26 | | - "url": "https://github.com/snelusha/balrun/issues" |
27 | | - }, |
28 | | - "type": "module", |
29 | | - "main": "./dist/index.mjs", |
30 | | - "module": "./dist/index.mjs", |
31 | | - "types": "./dist/index.d.mts", |
32 | | - "exports": { |
33 | | - ".": { |
34 | | - "types": "./dist/index.d.mts", |
35 | | - "import": "./dist/index.mjs", |
36 | | - "default": "./dist/index.mjs" |
37 | | - }, |
38 | | - "./fs/node": { |
39 | | - "types": "./dist/fs/node.d.mts", |
40 | | - "import": "./dist/fs/node.mjs", |
41 | | - "default": "./dist/fs/node.mjs" |
42 | | - }, |
43 | | - "./react": { |
44 | | - "types": "./dist/react.d.mts", |
45 | | - "import": "./dist/react.mjs", |
46 | | - "default": "./dist/react.mjs" |
47 | | - } |
48 | | - }, |
49 | | - "files": [ |
50 | | - "bin", |
51 | | - "dist" |
52 | | - ], |
53 | | - "bin": { |
54 | | - "balrun": "./bin/cli.mjs" |
55 | | - }, |
56 | | - "scripts": { |
57 | | - "build": "tsdown && cp ../ballerina-wasm/dist/ballerina.wasm dist/ballerina.wasm", |
58 | | - "test": "bun test", |
59 | | - "clean": "git clean -xdf .turbo dist" |
60 | | - }, |
61 | | - "devDependencies": { |
62 | | - "@types/bun": "^1.3.11", |
63 | | - "@types/node": "^25.6.0", |
64 | | - "@types/react": "^19.2.16", |
65 | | - "react": "^19.2.7", |
66 | | - "tsdown": "^0.22.1", |
67 | | - "typescript": "^6.0.2", |
68 | | - "unrun": "^0.3.0" |
69 | | - }, |
70 | | - "peerDependencies": { |
71 | | - "react": "^18.0.0 || ^19.0.0" |
72 | | - }, |
73 | | - "peerDependenciesMeta": { |
74 | | - "react": { |
75 | | - "optional": true |
76 | | - } |
77 | | - } |
| 2 | + "name": "@snelusha/balrun", |
| 3 | + "version": "0.5.1", |
| 4 | + "description": "Run Ballerina anywhere!", |
| 5 | + "keywords": [ |
| 6 | + "ballerina", |
| 7 | + "interpreter", |
| 8 | + "runtime", |
| 9 | + "wasm", |
| 10 | + "webassembly", |
| 11 | + "typescript", |
| 12 | + "cli" |
| 13 | + ], |
| 14 | + "license": "MIT", |
| 15 | + "author": { |
| 16 | + "name": "Sithija Nelusha Silva", |
| 17 | + "email": "hello@snelusha.dev", |
| 18 | + "url": "https://snelusha.dev" |
| 19 | + }, |
| 20 | + "repository": { |
| 21 | + "type": "git", |
| 22 | + "url": "https://github.com/snelusha/balrun.git", |
| 23 | + "directory": "packages/balrun" |
| 24 | + }, |
| 25 | + "bugs": { |
| 26 | + "url": "https://github.com/snelusha/balrun/issues" |
| 27 | + }, |
| 28 | + "type": "module", |
| 29 | + "main": "./dist/index.mjs", |
| 30 | + "module": "./dist/index.mjs", |
| 31 | + "types": "./dist/index.d.mts", |
| 32 | + "exports": { |
| 33 | + ".": { |
| 34 | + "types": "./dist/index.d.mts", |
| 35 | + "import": "./dist/index.mjs", |
| 36 | + "default": "./dist/index.mjs" |
| 37 | + }, |
| 38 | + "./fs/node": { |
| 39 | + "types": "./dist/fs/node.d.mts", |
| 40 | + "import": "./dist/fs/node.mjs", |
| 41 | + "default": "./dist/fs/node.mjs" |
| 42 | + }, |
| 43 | + "./react": { |
| 44 | + "types": "./dist/react.d.mts", |
| 45 | + "import": "./dist/react.mjs", |
| 46 | + "default": "./dist/react.mjs" |
| 47 | + } |
| 48 | + }, |
| 49 | + "files": [ |
| 50 | + "bin", |
| 51 | + "dist" |
| 52 | + ], |
| 53 | + "bin": { |
| 54 | + "balrun": "./bin/cli.mjs" |
| 55 | + }, |
| 56 | + "scripts": { |
| 57 | + "build": "tsdown && cp ../ballerina-wasm/dist/ballerina.wasm dist/ballerina.wasm", |
| 58 | + "test": "bun test", |
| 59 | + "clean": "git clean -xdf .turbo dist" |
| 60 | + }, |
| 61 | + "devDependencies": { |
| 62 | + "@types/bun": "^1.3.11", |
| 63 | + "@types/node": "^25.6.0", |
| 64 | + "@types/react": "^19.2.16", |
| 65 | + "react": "^19.2.7", |
| 66 | + "tsdown": "^0.22.1", |
| 67 | + "typescript": "^6.0.2", |
| 68 | + "unrun": "^0.3.0" |
| 69 | + }, |
| 70 | + "peerDependencies": { |
| 71 | + "react": "^18.0.0 || ^19.0.0" |
| 72 | + }, |
| 73 | + "peerDependenciesMeta": { |
| 74 | + "react": { |
| 75 | + "optional": true |
| 76 | + } |
| 77 | + } |
78 | 78 | } |
0 commit comments