-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.17 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.17 KB
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
{
"name": "@node-cli-toolkit/oauth-cli",
"scripts": {
"start": "ts-node .",
"test": "jest --config jest.config.json --runInBand",
"test:watch": "yarn test --watch",
"build": "yarn tsc",
"publish": "yarn build && yarn publish",
"add": "lerna add --scope=@node-cli-toolkit/oauth-cli"
},
"version": "0.4.0",
"main": "dist/index.js",
"license": "GPL-3.0",
"public": true,
"devDependencies": {
"@types/jest": "^25.1.2",
"@types/node": "^13.7.1",
"@types/passport-oauth2": "^1.4.8",
"jest": "^25.1.0",
"jest-watch-lerna-packages": "^1.1.0",
"lerna": "^3.20.0",
"moxios": "^0.4.0",
"nock": "^12.0.2",
"passport-dropbox-oauth2": "^1.1.0",
"ts-jest": "^25.2.0",
"ts-node": "^8.6.2",
"tsc": "^1.20150623.0",
"typescript": "^3.7.5"
},
"dependencies": {
"@node-cli-toolkit/save-token": "^0.9.1",
"@node-cli-toolkit/test-cli": "^0.5.0",
"axios": "^0.19.2",
"express": "^4.17.1",
"passport": "^0.4.1",
"passport-oauth2": "^1.5.0",
"uuid": "^3.4.0"
},
"bin": {
"generate-oauth-token-cli": "dist/generateTokenCLI.js"
},
"gitHead": "0f69a00cb6dc90e539f2ad05232eee85175c570a"
}