-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 831 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 831 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
31
32
{
"name": "1234",
"version": "1.0.0",
"description": "A Chrome extension that adds a countdown to any video",
"main": "src/js/index.js",
"scripts": {
"release": "npx env-cmd npx semantic-release --no-ci && git checkout -- src/html/"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/imtheu/1234.git"
},
"keywords": [
"chrome",
"extension",
"1234",
"countdown",
"youtube",
"video",
"start"
],
"author": "Matheus Morais <matheusfrmorais@hotmail.com>",
"bugs": {
"url": "https://github.com/imtheu/1234/issues"
},
"homepage": "https://github.com/imtheu/1234#readme",
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"semantic-release-chrome": "^3.2.0",
"semantic-release-plugin-update-version-in-files": "^1.1.0"
}
}