-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 921 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": "@oxctl/lti-auto-configuration",
"version": "2.2.4",
"description": "This contains a set of scripts and utility tools to auto provising LTI tools to Canvas.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"axios": "^1.5.0",
"commander": "^11.0.0",
"config": "^3.3.9",
"json-bigint": "^1.0.0",
"parse-link-header": "^2.0.0",
"prompt-sync": "^4.2.0"
},
"bin": {
"lti-auto-configuration": "bin/index.js"
},
"directories": {
"example": "examples"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oxctl/lti-auto-configuration.git"
},
"bugs": {
"url": "https://github.com/oxctl/lti-auto-configuration/issues"
},
"homepage": "https://github.com/oxctl/lti-auto-configuration#readme"
}