forked from reactive-python/reactpy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 764 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 764 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
33
34
35
36
37
38
39
40
{
"author": "Mark Bakhit",
"contributors": [
"Ryan Morshead"
],
"dependencies": {
"json-pointer": "catalog:"
},
"description": "Converts a JavaScript events to JSON serializable objects.",
"files": [
"dist",
"src",
"LICENSE"
],
"devDependencies": {
"happy-dom": "^15.0.0",
"lodash": "^4.17.21",
"typescript": "^5.8.3",
"vitest": "^2.1.8"
},
"keywords": [
"event",
"json",
"object",
"convert"
],
"license": "MIT",
"main": "dist/index.js",
"name": "event-to-object",
"repository": {
"type": "git",
"url": "https://github.com/reactive-python/reactpy"
},
"scripts": {
"build": "tsc -b",
"checkTypes": "tsc --noEmit"
},
"type": "module",
"version": "2.0.0"
}