-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.21 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
{
"name": "piccolo",
"version": "1.0.0",
"description": "",
"main": "lib/src/cli.js",
"scripts": {
"compile": "tsc --build",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daysleeperx/Piccolo.git"
},
"author": "Viktor Pavlov",
"license": "MIT",
"bugs": {
"url": "https://github.com/daysleeperx/Piccolo/issues"
},
"homepage": "https://github.com/daysleeperx/Piccolo#readme",
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "^17.0.8",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"eslint": "^8.9.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.4",
"jest": "^27.5.1",
"ts-jest": "^27.1.3",
"ts-node": "^10.6.0",
"typescript": "^4.5.5"
},
"dependencies": {
"@magenta/music": "^1.23.1",
"@types/cli-progress": "^3.9.2",
"@types/figlet": "^1.5.4",
"@types/node-osc": "^6.0.0",
"chalk": "4.1.2",
"cli-progress": "^3.10.0",
"enquirer": "^2.3.6",
"figlet": "^1.5.2",
"midi-converter": "^0.1.5",
"node-osc": "^6.1.16",
"ora": "5.4.1"
}
}