-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 919 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
{
"name": "wekinator",
"version": "0.0.0-development",
"description": "An SDK to interface with Wekinator over OSC",
"main": "index.js",
"scripts": {
"test": "jest",
"semantic-release": "semantic-release"
},
"author": "Hugh Rawlinson <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/hughrawlinson/wekinator-node/",
"repository": {
"type": "git",
"url": "https://github.com/hughrawlinson/wekinator-node.git"
},
"bugs": {
"url": "https://github.com/hughrawlinson/wekinator-node/issues"
},
"dependencies": {
"osc": "^2.3.0"
},
"devDependencies": {
"cz-conventional-changelog": "^3.0.0",
"commitizen": "^4.0.0",
"jest": "^29.0.0",
"semantic-release": "^19.0.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"release": {
"branches": [
"main"
]
}
}