forked from thechangelog/transcripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 755 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 755 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
{
"name": "transcripts",
"description": "Changelog episode transcripts in Markdown format",
"scripts": {
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"format:test": "jest",
"format:test-watch": "jest --watch",
"format": "node scripts/format.js",
"commitMessage": "node scripts/commitMessage.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thechangelog/transcripts.git"
},
"license": "CC-BY-4.0",
"bugs": {
"url": "https://github.com/thechangelog/transcripts/issues"
},
"homepage": "https://github.com/thechangelog/transcripts#readme",
"devDependencies": {
"all-contributors-cli": "^6.20.0",
"jest": "^27.2.4"
}
}