-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 978 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
{
"name": "notenumberremapperbyvelocityvtsplugin",
"version": "1.0.1",
"description": "[<img src=\"https://img.shields.io/badge/slack-@lesimoes/help-blue.svg?logo=slack\">](https://lesimoes.slack.com/messages/C04JV5CRGJH) [<img src=\"https://img.shields.io/badge/discord-@lesimoes/help-blue.svg?logo=discord\">](https://discord.gg/7xegRfQjPz)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leandrosimoes/NoteNumberReMapperByVelocityVTSPlugin.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/leandrosimoes/NoteNumberReMapperByVelocityVTSPlugin/issues"
},
"homepage": "https://github.com/leandrosimoes/NoteNumberReMapperByVelocityVTSPlugin#readme",
"devDependencies": {
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"husky": "^8.0.3"
}
}