-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 957 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 957 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
{
"name": "@node-cli-toolkit/generate-oauth-token-cli",
"scripts": {
"start": "ts-node .",
"test": "jest --config jest.config.json --runInBand",
"test:watch": "yarn test --watch",
"build": "tsc",
"add": "lerna add --scope=@node-cli-toolkit/generate-oauth-token-cli"
},
"main": "dist/index.js",
"version": "0.5.2",
"publishConfig": {
"access": "public"
},
"license": "GPL-3.0",
"public": true,
"devDependencies": {
"@node-cli-toolkit/test-cli": "^0.5.0",
"@types/jest": "^25.1.2",
"@types/node": "^13.7.1",
"jest": "^25.1.0",
"ts-jest": "^25.2.0",
"ts-node": "^8.6.2",
"tsc": "^1.20150623.0",
"typescript": "^3.7.5"
},
"gitHead": "0f69a00cb6dc90e539f2ad05232eee85175c570a",
"dependencies": {
"@node-cli-toolkit/oauth-cli": "^0.4.0",
"@node-cli-toolkit/save-token": "^0.9.1",
"yargs": "^15.3.1"
},
"bin": {
"generate-oauth-token-cli": "dist/index.js"
}
}