forked from juniper-garden/improv-wifi-mod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.15 KB
/
package.json
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": "improv-wifi-mod",
"version": "1.0.5",
"description": "An express like router for moddable sdk and XS javascript engine",
"main": "./improv-wifi-mod/improv-wifi-mod.js",
"keywords": "moddable,xs,express,embedded,iot",
"homepage": "https://github.com/dashcraft/improv-wifi-mod",
"repository": {
"type": "git",
"url": "https://github.com/dashcraft/improv-wifi-mod"
},
"scripts": {
"build": "tsc --build",
"clean": "tsc --build --clean",
"test": "jest",
"postbuild": "cpy ./src/manifest.json ./improv-wifi-mod && cpy ./src/improv.json ./improv-wifi-mod/bleservices"
},
"author": "Daniel Ashcraft <[email protected]> (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"
}
}