-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.39 KB
/
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
50
51
52
53
54
55
{
"name": "@cerebroapp/cerebro-snippets",
"version": "0.0.0-development",
"description": "Cerebro plugin to create snippets",
"license": "MIT",
"repository": "cerebroapp/cerebro-snippets",
"author": {
"name": "Sven",
"url": "https://github.com/puyt"
},
"dependencies": {
"@cerebroapp/cerebro-ui": "^1.0.4",
"cerebro-tools": "^0.1.8",
"react-highlight": "^0.14.0"
},
"devDependencies": {
"@cerebroapp/cerebro-scripts": "^1.0.0-alpha.6",
"@commitlint/cli": "17.1.2",
"@commitlint/config-conventional": "17.1.0",
"@electron/remote": "^2.0.8",
"commitizen": "4.2.5",
"cz-conventional-changelog": "3.3.0",
"electron": "^19.0.7",
"husky": "8.0.1",
"semantic-release": "19.0.5"
},
"main": "dist/index.js",
"keywords": [
"cerebro",
"cerebro-plugin",
"cerebro-snippets",
"snippets",
"snip"
],
"scripts": {
"start": "cerebro-scripts start",
"build": "cerebro-scripts build",
"test": "cerebro-scripts test",
"prepare": "husky install",
"commit": "cz",
"semantic-release": "semantic-release"
},
"bugs": {
"url": "https://github.com/cerebroapp/cerebro-snippets/issues"
},
"homepage": "https://github.com/cerebroapp/cerebro-snippets#readme",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"publishConfig": {
"access": "public"
}
}