postmessage
This commit is contained in:
@@ -4,18 +4,25 @@
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"browserifyf": "func() { browserify --debug -p [ tsify ] $1 > $2; }; func",
|
||||
"watchifyf": "func() { watchify --debug --verbose -p [ tsify ] $1 -o $2; }; func"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"devDependencies": {
|
||||
"@types/axios": "^0.14.0",
|
||||
"@types/jquery": "^3.5.5",
|
||||
"@types/jqueryui": "^1.12.14",
|
||||
"@types/xml2js": "^0.4.8",
|
||||
"browserify": "^17.0.0",
|
||||
"jquery": "^3.6.0",
|
||||
"jquery-ui": "^1.12.1",
|
||||
"tsify": "^5.0.2",
|
||||
"uglify-js": "^3.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jquery": "^3.5.5"
|
||||
"dependencies": {
|
||||
"axios": "^0.21.1",
|
||||
"xml2js": "^0.4.23"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user