-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
43 lines (43 loc) · 1.12 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
{
"name": "readme-replacer",
"version": "1.0.1",
"description": "Replace data from template repository with dynamic data",
"main": "src/app.js",
"scripts": {
"format:check": "prettier --check src/**/*.js",
"format": "prettier --write src/**/*.js",
"build": "ncc build src/app.js --license LICENSE"
},
"dependencies": {
"@actions/core": "^1.4.0",
"@octokit/core": "^2.5.4",
"actions-toolkit": "^6.0.1",
"axios": "^0.21.2",
"dateformat": "^4.5.1",
"qs": "^6.10.1"
},
"devDependencies": {
"@vercel/ncc": "^0.28.6",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"nodemon": "^2.0.10",
"prettier": "^2.3.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Readme-Workflows/readme-replacer.git"
},
"keywords": [
"github",
"profile",
"readme",
"replacer"
],
"author": "Readme Workflows Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/Readme-Workflows/readme-replacer/issues"
},
"homepage": "https://github.com/Readme-Workflows/readme-replacer#readme"
}