UNPKG

1.87 kBJSONView Raw
1{
2 "name": "innots",
3 "version": "1.5.6",
4 "description": "Core ecom rnd lib",
5 "main": "build/index.js",
6 "typings": "build/index",
7 "scripts": {
8 "build": "rm -rf build && tsc",
9 "watch": "tsc --watch",
10 "prepublish": "rm -rf build && tsc",
11 "test": "mocha ./build/test/ --recursive --exit",
12 "lint": "tslint 'src/**/*.ts' --type-check --project tsconfig.json"
13 },
14 "dependencies": {
15 "@koa/cors": "2.2.1",
16 "@types/cls-hooked": "^4.3.0",
17 "@types/joi": "13.0.8",
18 "@types/jsonwebtoken": "7.2.3",
19 "@types/koa": "2.0.39",
20 "@types/koa-bodyparser": "3.0.25",
21 "@types/koa-compose": "3.2.2",
22 "@types/koa-router": "7.0.23",
23 "@types/lodash": "^4.14.120",
24 "@types/node": "^8.0.0",
25 "@types/oracledb": "^1.11.33",
26 "@types/pg": "7.4.5",
27 "@types/validator": "5.7.35",
28 "camelcase-object": "^1.0.0",
29 "cls-hooked": "^4.2.2",
30 "joi": "13.2.0",
31 "jsonwebtoken": "8.2.1",
32 "koa": "2.3.0",
33 "koa-body": "2.3.0",
34 "koa-jwt": "3.3.2",
35 "koa-router": "7.2.1",
36 "koa-useragent": "0.1.5",
37 "lodash": "^4.17.11",
38 "log4js": "^4.2.0",
39 "pg": "7.4.1",
40 "pg-camelcase": "0.0.3",
41 "pg-pool": "2.0.3",
42 "ts-graphite-decorator": "0.0.10",
43 "validator": "8.2.0"
44 },
45 "repository": {
46 "type": "git",
47 "url": "git+https://github.com/qiwi/inno_ts.git"
48 },
49 "keywords": [
50 "typescript"
51 ],
52 "author": "dylukanin@gmail.com",
53 "bugs": {
54 "url": "https://github.com/qiwi/inno_ts/issues"
55 },
56 "homepage": "https://github.com/qiwi/inno_ts/issues",
57 "devDependencies": {
58 "@types/chai": "^3.4.34",
59 "@types/mocha": "^2.2.38",
60 "@types/request": "^0.0.45",
61 "@types/request-promise": "^4.1.35",
62 "chai": "^3.5.0",
63 "mocha": "^5.2.0",
64 "request": "^2.88.0",
65 "request-promise": "^4.2.1",
66 "tslint": "^5.17.0",
67 "typescript": "^2.5.2"
68 }
69}