-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
35 lines (35 loc) · 932 Bytes
/
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
{
"name": "serverless-typeorm-migrations",
"version": "1.1.3",
"description": "Serverless typeorm migration plugin",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://github.com/nathanagez/serverless-typeorm-migrations",
"repository": {
"type": "git",
"url": "https://github.com/nathanagez/serverless-typeorm-migrations"
},
"author": "Nathan AGEZ",
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"aws-lambda": "^1.0.6",
"dotenv": "^8.2.0",
"mssql": "^6.2.0",
"mysql": "^2.18.1",
"pg": "^8.0.3",
"sql.js": "^1.2.2",
"sqlite3": "^4.2.0",
"typeorm": "^0.2.24"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.51",
"@types/node": "^13.13.5",
"@types/readable-stream": "2.3.5",
"typescript": "^3.8.3"
}
}