-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 926 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 926 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
{
"name": "@toolkitx/microsoft-stream-auth",
"version": "0.0.3",
"description": "A temporary, light-weight, high-performance solution to get access token of Microsoft Stream without any browser technologies like Chrome/Selenium.",
"main": "index.js",
"scripts": {
"test": "mocha --timeout 20000 --max-http-header-size=20000",
"prelib:publish": "npm run lib:update-version",
"lib:update-version": "npm version patch",
"lib:publish": "npm publish --access=public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toolkitx/microsoft-stream-auth.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/toolkitx/microsoft-stream-auth/issues"
},
"homepage": "https://github.com/toolkitx/microsoft-stream-auth#readme",
"dependencies": {
"request": "^2.88.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.2.2"
}
}