UNPKG

1.07 kBJSONView Raw
1{
2 "name": "@iguazu/core",
3 "version": "0.2.24",
4 "main": "./lib/index.js",
5 "types": "./lib/index.d.ts",
6 "scripts": {
7 "build": "tsc --declaration"
8 },
9 "license": "MIT",
10 "dependencies": {
11 "bcryptjs": "^2.4.3",
12 "bookshelf": "^0.13.3",
13 "bookshelf-relationships": "^1.0.1",
14 "boom": "^7.2.0",
15 "dotenv": "^5.0.1",
16 "fastify": "^1.2.1",
17 "fastify-boom": "^0.1.0",
18 "fastify-helmet": "^1.0.3",
19 "jsonwebtoken": "^8.2.1",
20 "knex": "^0.14.6",
21 "pg": "^7.4.1",
22 "rxjs": "^5.5.10",
23 "socket.io": "^2.1.0"
24 },
25 "devDependencies": {
26 "@types/bookshelf": "^0.9.8",
27 "@types/dotenv": "^4.0.3",
28 "@types/jsonwebtoken": "^7.2.6",
29 "@types/knex": "^0.14.10",
30 "@types/node": "^9.6.5",
31 "@types/socket.io": "^1.4.33",
32 "nodemon": "^1.17.3",
33 "prettier": "^1.12.0",
34 "ts-node": "^5.0.1",
35 "tslint": "^5.9.1",
36 "tslint-config-prettier": "^1.10.0",
37 "typescript": "^2.8.1"
38 },
39 "publishConfig": {
40 "access": "public"
41 },
42 "author": "Fernando Berti <bertilxi@gmail.com>",
43 "description": ""
44}