-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 862 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 862 Bytes
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
{
"name": "cdex",
"version": "1.0.0",
"description": "NPM for Code Explorer API.",
"main": "handler.js",
"scripts": {
"test": "jest",
"integration-test": "./node_modules/.bin/mocha tests/test_cases --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/georgezee/code-explorer.git"
},
"keywords": [
"cdex",
"code",
"explorer",
"freecodecamp"
],
"author": "George Ziady",
"license": "ISC",
"bugs": {
"url": "https://github.com/georgezee/code-explorer/issues"
},
"homepage": "https://github.com/georgezee/code-explorer#readme",
"devDependencies": {
"aws-sdk": "^2.572.0",
"dotenv": "^8.2.0",
"jest": "^24.9.0",
"serverless": "^1.58.0",
"serverless-export-env": "^1.2.0"
},
"dependencies": {
"axios": "^0.19.0",
"twilio": "^3.37.1"
}
}