UNPKG

852 BJSONView Raw
1{
2 "name": "coajs",
3 "version": "1.0.95",
4 "license": "MIT",
5 "main": "dist/index.js",
6 "typings": "dist/index.d.ts",
7 "keywords": [
8 "coajs"
9 ],
10 "files": [
11 "dist"
12 ],
13 "scripts": {
14 "dev": "tsc-watch",
15 "build": "rm -rf dist* && tsc"
16 },
17 "dependencies": {
18 "axios": "^0.19.2",
19 "bignumber.js": "^9.0.0",
20 "coajs-types": "^1.0.10",
21 "fast-glob": "^3.2.2",
22 "hashids": "1",
23 "ioredis": "^4.16.0",
24 "knex": "^0.20.11",
25 "koa": "^2.11.0",
26 "koa-bodyparser": "^4.2.1",
27 "koa-morgan": "^1.0.1",
28 "koa-router": "^8.0.8",
29 "koa-static": "^5.0.0",
30 "lodash": "^4.17.15",
31 "moment": "^2.24.0",
32 "mysql": "^2.18.1",
33 "source-map-support": "^0.5.16",
34 "ts-watch": "^1.0.8",
35 "tslib": "^1.11.1"
36 },
37 "devDependencies": {
38 "tsc-watch": "^4.2.3",
39 "typescript": "^3.8.3"
40 }
41}