UNPKG

662 BJSONView Raw
1{
2 "name": "frontblock",
3 "version": "0.0.3",
4 "description": "frontblock shop-side library ",
5 "scripts": {
6 "build": "npm run clean; tsc",
7 "clean": "rm -f *.js; rm -f *.d.ts",
8 "test": "echo \"Error: no test specified\" && exit 1"
9 },
10 "keywords": [
11 "generic"
12 ],
13 "author": "",
14 "license": "ISC",
15 "dependencies": {
16 "@types/node": "^11.13.10",
17 "bsock": "^0.1.9",
18 "express": "^4.16.4",
19 "frontblock-generic": "latest",
20 "log4js": "^4.2.0",
21 "minimist": "^1.2.0",
22 "node-fetch": "^2.5.0",
23 "uuid": "^3.3.2"
24 },
25 "devDependencies": {
26 "typescript": "^3.4.5"
27 },
28 "files": [
29 "*js",
30 "*.d.ts"
31 ]
32}