-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
29 lines (29 loc) · 869 Bytes
/
package.json
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
{
"name": "okimdone",
"version": "1.1.0",
"description": "tells you when you're done so you don't forget",
"bin": "okimdone",
"os": [
"!win32"
],
"keywords": [
"npx",
"utility",
"t2s"
],
"scripts": {
"postrelease": "npm publish && git push --follow-tags",
"release": "standard-version -s",
"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
"update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
},
"repository": "https://github.com/zkat/okimdone",
"author": "Kat Marchán <kzm@sykosomatic.org>",
"license": "CC0-1.0",
"dependencies": {},
"devDependencies": {
"standard-version": "^4.2.0",
"weallbehave": "^1.2.0",
"weallcontribute": "^1.0.8"
}
}