-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.29 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
{
"name": "unloop-rest-api",
"version": "1.0.0",
"description": "Rest API library for Unloop",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChiralMichael/unloop-rest-api.git"
},
"author": "Michael Armes ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/ChiralMichael/unloop-rest-api/issues"
},
"homepage": "https://github.com/ChiralMichael/unloop-rest-api#readme",
"dependencies": {
"@babel/runtime": "^7.9.2",
"aws-sdk": "^2.618.0",
"normalize-url": "^5.0.0",
"source-map-support": "^0.5.19"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@types/aws-lambda": "^8.10.51",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"eslint": "^6.8.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-require-jsdoc-except": "^1.3.0",
"jest": "^25.1.0",
"ts-loader": "^7.0.1",
"typescript": "^3.8.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-node-externals": "^1.7.2",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^4.1.0"
}
}