-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
71 lines (71 loc) · 2.33 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "bar-db",
"version": "6.4.1",
"description": "Beyond All Reason Database",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublish": "npm run build",
"build": "ttsc",
"dev": "ttsc --watch",
"lint": "./node_modules/.bin/eslint . --ext .ts",
"lint-fix": "./node_modules/.bin/eslint . --ext .ts --fix",
"test": "jest --passWithNoTests",
"processor": "node -r source-map-support/register ./dist/bar-db-cli.js --config config.json",
"rest-api": "node -r source-map-support/register ./dist/rest-api-cli.js --config config.json",
"rest-api-watch": "nodemon --watch src/ -e ts -r source-map-support/register -- ./dist/rest-api-cli.js --config config.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jazcash/bar-db.git"
},
"author": "Jazcash",
"license": "mit",
"dependencies": {
"@alt3/sequelize-to-json-schemas": "^0.3.56",
"@sinclair/typebox": "^0.20.5",
"@types/eslint": "^7.2.5",
"@types/fastify-rate-limit": "^2.1.0",
"@types/google-spreadsheet": "^3.1.5",
"@types/ioredis": "^4.22.3",
"@types/jest": "^26.0.20",
"@types/json-schema": "^7.0.9",
"@types/node": "^14.18.49",
"@types/pg": "^7.14.9",
"@types/yargs": "^15.0.13",
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.2",
"@zerollup/ts-transform-paths": "^1.7.18",
"ajv-formats": "^2.1.1",
"axios": "^1.4.0",
"bar-balance-changes": "^1.8.0",
"eslint": "^7.19.0",
"eslint-plugin-simple-import-sort": "^6.0.1",
"eslint-plugin-unused-imports": "^1.0.0",
"fastify": "^3.22.0",
"fastify-autoload": "^3.9.0",
"fastify-cors": "^6.0.2",
"fastify-plugin": "^3.0.0",
"fastify-rate-limit": "^5.6.2",
"fastify-sensible": "^3.1.1",
"fastify-static": "^4.4.2",
"google-spreadsheet": "^3.1.15",
"ioredis": "^5.2.3",
"jaz-ts-utils": "^1.0.0",
"jest": "^26.6.3",
"pg": "^8.5.1",
"pg-hstore": "^2.3.3",
"sdfz-demo-parser": "^5.11.0",
"sequelize": "^6.6.2",
"sequelize-erd": "^1.3.1",
"sequelize-json-schema": "^2.1.1",
"sldbts": "^1.1.0",
"sluts": "^3.4.1",
"source-map-support": "^0.5.20",
"spring-map-parser": "^6.1.1",
"ts-node": "^9.1.1",
"ttypescript": "^1.5.15",
"typescript": "^4.4.4",
"yargs": "^16.2.0"
}
}