-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 961 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 961 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
{
"name": "github-secrets",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc && cp package.json dist/package.json && cp pnpm-lock.yaml dist/pnpm-lock.yaml && cd dist && pnpm install --production",
"main": "ts-node src/index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"argparse": "^2.0.1",
"axios": "^0.27.2",
"js-yaml": "^4.1.0",
"libsodium-wrappers": "^0.7.10",
"tweetsodium": "^0.0.6"
},
"devDependencies": {
"@types/argparse": "^2.0.10",
"@types/command-exists": "^1.2.0",
"@types/js-yaml": "^4.0.5",
"@types/libsodium-wrappers": "^0.7.9",
"@types/node": "^17.0.44",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"typescript": "^4.7.3"
}
}