-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 867 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
{
"name": "tinyauth-graphql-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "sls wsgi serve -p 8000",
"test": "TABLE_NAME=tinyauth-test API_SECRET=somethingsecret python -m pytest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jottenlips/tinyauth-api.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jottenlips/tinyauth-api/issues"
},
"homepage": "https://github.com/jottenlips/tinyauth-api#readme",
"devDependencies": {
"serverless-domain-manager": "^3.3.2",
"serverless-dotenv-plugin": "^2.1.1",
"serverless-offline": "^5.12.0",
"serverless-python-requirements": "^5.0.1",
"serverless-wsgi": "^1.7.4"
},
"dependencies": {
"global": "^4.4.0",
"saasify": "^1.18.30",
"serverless": "^1.67.3"
}
}