-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.09 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.09 KB
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
{
"name": "event-emitter-mod",
"version": "1.0.1",
"description": "A Moddable SDK/XS compatible Event Emitter utility.",
"main": "./event-emitter-mod/event-emitter-mod.js",
"keywords": "moddable,xs,event-emitter,embedded,iot",
"homepage": "https://github.com/dashcraft/event-emitter-mod",
"repository": {
"type": "git",
"url": "https://github.com/dashcraft/event-emitter-mod"
},
"scripts": {
"build": "tsc --build",
"clean": "tsc --build --clean",
"test": "jest",
"postbuild": "cpy ./src/*.json ./event-emitter-mod"
},
"author": "Daniel Ashcraft <daniel.ashcraft@ofashandfire.com> (https://www.ofashandfire.com)",
"license": "GPLv2",
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@babel/preset-typescript": "^7.13.0",
"@types/jest": "^26.0.23",
"@vercel/ncc": "^0.28.6",
"babel-cli": "^6.26.0",
"babel-jest": "^27.0.2",
"cpy": "^8.1.2",
"cpy-cli": "^3.1.1",
"jest": "^27.0.4",
"ts-loader": "^9.2.2",
"typescript": "^4.3.2",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.0"
}
}