forked from dessant/storage-versions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·30 lines (30 loc) · 735 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·30 lines (30 loc) · 735 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": "storage-versions",
"version": "0.2.6",
"author": "Armin Sebastian",
"repository": "https://github.com/dessant/storage-versions",
"license": "MIT",
"main": "src/index.js",
"bin": {
"create-revision": "src/revision.js"
},
"scripts": {
"update": "ncu --upgrade && yarn",
"push": "git push --follow-tags origin master",
"release": "standard-version"
},
"dependencies": {
"commander": "^3.0.0",
"fs-extra": "^8.1.0",
"lodash-es": "^4.17.15",
"shortid": "^2.2.14",
"webextension-polyfill": "^0.4.0"
},
"devDependencies": {
"npm-check-updates": "^3.1.21",
"prettier": "^1.18.2",
"standard-version": "^7.0.0"
},
"sideEffects": false,
"private": true
}