-
-
Notifications
You must be signed in to change notification settings - Fork 247
Expand file tree
/
Copy pathpackage.sdk.json
More file actions
32 lines (32 loc) · 807 Bytes
/
package.sdk.json
File metadata and controls
32 lines (32 loc) · 807 Bytes
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
{
"name": "livecodes",
"version": "0.12.0",
"description": "A Code Playground That Just Works!",
"author": "Hatem Hosny",
"license": "MIT",
"keywords": ["playground", "code", "repl", "client", "sdk", "react", "vue", "svelte", "python"],
"private": false,
"repository": {
"url": "https://github.com/live-codes/livecodes"
},
"type": "module",
"main": "./livecodes.js",
"module": "./livecodes.js",
"browser": "./livecodes.js",
"types": "./livecodes.d.ts",
"jsdelivr": "./dist/reveal.umd.js",
"exports": {
".": {
"import": "./livecodes.js",
"require": "./livecodes.cjs",
"default": "./livecodes.js"
},
"./react": {
"import": "./react.js"
},
"./vue": {
"import": "./vue.js"
},
"./package.json": "./package.json"
}
}