-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
126 lines (126 loc) · 5.25 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "velo-external-database-adapter",
"scripts": {
"start": "nx serve",
"start:dev": "nx run velo-external-db:serve",
"build:dev": "nx run-many --target=build --all",
"build:full-image": "nx run velo-external-db:build-image ",
"lint": "eslint --cache ./",
"lint:fix": "eslint --cache --fix ./",
"test": "npm run test:core; npm run test:mysql; npm run test:postgres; npm run test:mssql; npm run test:spanner; npm run test:mongo; npm run test:dynamodb; npm run test:firestore",
"test:core": "nx run-many --skip-nx-cache --target=test --projects=@wix-velo/external-db-config,@wix-velo/velo-external-db-core,@wix-velo/external-db-security",
"test:postgres": "TEST_ENGINE=postgres nx run-many --skip-nx-cache --target=test --projects=@wix-velo/external-db-postgres,velo-external-db",
"test:postgres13": "npm run test:postgres",
"test:postgres12": "npm run test:postgres",
"test:postgres11": "npm run test:postgres",
"test:postgres10": "npm run test:postgres",
"test:postgres9": "npm run test:postgres",
"test:spanner": "TEST_ENGINE=spanner nx run-many --skip-nx-cache --target=test --projects=@wix-velo/external-db-spanner,velo-external-db",
"test:mysql": "TEST_ENGINE=mysql nx run-many --skip-nx-cache --target=test --projects=@wix-velo/external-db-mysql,velo-external-db",
"test:mysql5": "npm run test:mysql",
"test:mssql": "TEST_ENGINE=mssql nx run-many --skip-nx-cache --target=test --projects=@wix-velo/external-db-mssql,velo-external-db",
"test:mssql17": "npm run test:mssql",
"test:firestore": "TEST_ENGINE=firestore nx run-many --skip-nx-cache --target=test --projects=@wix-velo/external-db-firestore,velo-external-db",
"test:mongo": "TEST_ENGINE=mongo nx run-many --skip-nx-cache --target=test --projects=@wix-velo/external-db-mongo,velo-external-db",
"test:mongo4": "npm run test:mongo",
"test:google-sheets": "TEST_ENGINE=google-sheet nx run-many --skip-nx-cache --target=test --verbose --projects=@wix-velo/external-db-google-sheets,velo-external-db",
"test:airtable": "TEST_ENGINE=airtable nx run-many --skip-nx-cache --target=test --projects=@wix-velo/external-db-airtable,velo-external-db",
"test:dynamodb": "TEST_ENGINE=dynamodb nx run-many --skip-nx-cache --target=test --projects=@wix-velo/external-db-dynamodb,velo-external-db",
"test:bigquery": "TEST_ENGINE=bigquery nx run-many --skip-nx-cache --target=test --projects=@wix-velo/external-db-bigquery,velo-external-db",
"outdated:all": "npm outdated",
"ci:publish": "nx run-many --target=publish --all",
"prepare": "husky install"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "^3.87.0",
"@aws-sdk/client-dynamodb": "^3.92.0",
"@aws-sdk/client-secrets-manager": "^3.89.0",
"@aws-sdk/lib-dynamodb": "^3.92.0",
"@google-cloud/bigquery": "^5.12.0",
"@google-cloud/firestore": "^5.0.2",
"@google-cloud/spanner": "^5.18.0",
"airtable": "^0.11.4",
"ajv": "^6.12.6",
"async-wait-until": "^2.0.12",
"axios": "^0.27.2",
"bluebird": "^3.7.2",
"compression": "^1.7.4",
"docker-compose": "^0.23.17",
"ejs": "^3.1.8",
"express": "^4.17.2",
"google-spreadsheet": "^3.3.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.3",
"mongodb": "^4.6.0",
"mssql": "^8.1.0",
"mysql": "^2.18.1",
"nested-property": "^4.0.0",
"node-cache": "^5.1.2",
"passport-azure-ad-oauth2": "^0.0.4",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"passport-oauth2": "^1.6.1",
"pg": "8.7.3",
"pg-escape": "^0.2.0",
"pino": "^8.17.2",
"sqlstring": "^2.3.3",
"trier-promise": "^1.0.1",
"tslib": "^2.3.0",
"tsqlstring": "^1.0.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@nrwl/cli": "14.1.5",
"@nrwl/eslint-plugin-nx": "14.1.5",
"@nrwl/express": "14.1.5",
"@nrwl/jest": "14.1.5",
"@nrwl/linter": "14.1.5",
"@nrwl/node": "14.1.5",
"@nrwl/workspace": "14.1.5",
"@types/bluebird": "^3.5.36",
"@types/chance": "^1.1.3",
"@types/compression": "^1.7.2",
"@types/ejs": "^3.1.1",
"@types/express": "4.17.13",
"@types/google-spreadsheet": "^3.3.0",
"@types/jest": "^27.4.1",
"@types/jest-when": "^3.5.0",
"@types/jsonwebtoken": "^8.5.9",
"@types/mssql": "^8.0.2",
"@types/mysql": "^2.15.21",
"@types/node": "^16.11.7",
"@types/pg": "8.6.5",
"@types/rewire": "^2.5.28",
"@types/sqlstring": "^2.3.0",
"@types/uuid": "^8.3.4",
"@types/uuid-validate": "^0.0.1",
"@typescript-eslint/eslint-plugin": "~5.18.0",
"@typescript-eslint/parser": "~5.18.0",
"aws-sdk-client-mock": "^0.6.2",
"chance": "^1.1.8",
"eslint": "~8.12.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-jest": "^25.3.0",
"husky": "^7.0.4",
"jest": "27.5.1",
"jest-each": "^28.1.0",
"jest-extended": "^2.0.0",
"jest-when": "^3.5.1",
"lint-staged": "^12.1.2",
"nx": "14.1.5",
"prettier": "^2.5.1",
"rewire": "^6.0.0",
"ts-jest": "27.1.4",
"ts-node": "9.1.1",
"typescript": "~4.6.2",
"uuid-validate": "^0.0.3"
},
"lint-staged": {
"*.js": "eslint --cache --fix",
"*.ts": "eslint --cache --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wix/velo-external-db.git"
}
}