forked from EliuX/serverless-migrate-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 916 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
36
{
"name": "serverless-migrate-plugin",
"version": "2.0.3",
"description": "Serverless plugin for migrate",
"main": "index.js",
"scripts": {
"test": "echo No test for the moment",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/EliuX/serverless-migrate-plugin.git"
},
"keywords": [
"serverless",
"migrate",
"plugin",
"lambda"
],
"author": "Eliecer Hernandez <[email protected]> (https://eliux.github.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/EliuX/serverless-migrate-plugin/issues"
},
"homepage": "https://github.com/EliuX/serverless-migrate-plugin#readme",
"dependencies": {
"chalk": "^2.4.2",
"dateformat": "^3.0.3",
"migrate": "^1.6.2"
},
"devDependencies": {
"eslint": "^6.3.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2"
}
}