-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1008 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "@helpscout/kiwi",
"version": "0.0.17",
"description": "Seamless syncing for Design Wikis",
"private": false,
"publishConfig": {
"access": "public"
},
"main": "src/cli.js",
"files": [
"README.md",
"LICENSE",
"src"
],
"bin": {
"kiwi": "src/cli.js"
},
"scripts": {
"precommit": "zero pre-commit",
"release": "np --any-branch --yolo",
"prettier": "prettier \"src/**/*.{js,ts,tsx}\" --write",
"pretty": "npm run prettier"
},
"author": "Jon Quach <[email protected]> (https://jonquach.com)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/helpscout/kiwi.git"
},
"bugs": {
"url": "https://github.com/helpscout/kiwi/issues"
},
"keywords": [
"github",
"wiki",
"deploy",
"kiwi",
"sync"
],
"dependencies": {
"execa": "^1.0.0",
"fast-glob": "^2.2.6"
},
"devDependencies": {
"@helpscout/zero": "^1.0.3",
"bl": "3.0.0",
"np": "^4.0.2"
}
}