-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 731 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 731 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
{
"name": "issue-body-parser",
"version": "4.2.1",
"description": "",
"main": "index.js",
"scripts": {
"build": "ncc build index.js",
"test": "mocha ./src/**/*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peter-murray/issue-forms-body-parser.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/peter-murray/issue-forms-body-parser/issues"
},
"homepage": "https://github.com/peter-murray/issue-forms-body-parser#readme",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0"
},
"devDependencies": {
"@vercel/ncc": "^0.38.1",
"chai": "^4.3.6",
"mocha": "^10.0.0"
}
}