-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 859 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 859 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
{
"name": "nodejs-snitcher",
"version": "0.0.1",
"description": "Snitcher for Node.js Runtime",
"main": "index.js",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imwh0im/nodejs-snitcher.git"
},
"author": "Henry",
"license": "MIT",
"bugs": {
"url": "https://github.com/imwh0im/nodejs-snitcher/issues"
},
"homepage": "https://github.com/imwh0im/nodejs-snitcher#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"eslint": "^8.31.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.1"
},
"dependencies": {
"octokit": "^2.0.10"
}
}