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
Latest commit
20 lines (20 loc) · 570 Bytes
/
Copy pathpackage.json
File metadata and controls
20 lines (20 loc) · 570 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "transcripts",
"description": "Changelog episode transcripts in Markdown format",
"scripts": {
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"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": "^4.10.0"
}
}