UNPKG

845 BJSONView Raw
1{
2 "name": "@bldr/songbook-cli",
3 "version": "0.2.3",
4 "description": "A command line utility to generate the intermediate files needed by the Electron songbook app",
5 "homepage": "https://github.com/Josef-Friedrich/baldr#readme",
6 "repository": {
7 "type": "git",
8 "url": "git+https://github.com/Josef-Friedrich/baldr.git"
9 },
10 "license": "MIT",
11 "author": {
12 "name": "Josef Friedrich",
13 "email": "josef@friedrich.rocks",
14 "url": "https://josef.friedrich.rocks"
15 },
16 "main": "src/main.js",
17 "bin": {
18 "baldr_songbook-updater.js": "./src/main.js"
19 },
20 "dependencies": {
21 "@bldr/core-node": "^0.2.2",
22 "@bldr/songbook-intermediate-files": "^0.2.3",
23 "chalk": "^3.0.0",
24 "commander": "^4.1.1"
25 },
26 "publishConfig": {
27 "access": "public"
28 },
29 "gitHead": "174d74e0e98f1f023fb8e393423fc9068aca8f82"
30}