-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
32 lines (32 loc) · 861 Bytes
/
package.json
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": "github-readme-enforcer",
"version": "1.0.0",
"description": "",
"main": "dist/app.js",
"scripts": {
"build": "tsc",
"start": "node dist/app.js",
"dev": "ts-node src/app.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YashKumarVerma/github-readme-enforcer.git"
},
"keywords": [],
"author": "Yash Kumar Verma <[email protected]> (https://yashkumarverma.github.io/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/YashKumarVerma/github-readme-enforcer/issues"
},
"homepage": "https://github.com/YashKumarVerma/github-readme-enforcer#readme",
"dependencies": {
"@octokit/core": "^3.1.2",
"dotenv": "^8.2.0",
"inquirer": "^7.3.3"
},
"devDependencies": {
"@octokit/types": "^5.5.0",
"@types/node": "^14.11.1",
"typescript": "^4.0.3"
}
}