chore: update package.json

This commit is contained in:
Xmader 2020-11-24 05:19:31 -05:00
parent 2fbfbede86
commit c96a6b69dd
No known key found for this signature in database
GPG Key ID: A20B97FB9EB730E4
2 changed files with 18 additions and 0 deletions

15
package-lock.json generated
View File

@ -4,6 +4,16 @@
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@librescore/fonts": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/@librescore/fonts/-/fonts-0.2.1.tgz",
"integrity": "sha512-lzEk82wZWZVA4CvE2S6Wwc6EAvFZ0G6L2ExNjpJLebxAh0k/eNpHeO9a2LFwfMVUfacVWwXhDkAbmJpvUGcqzA=="
},
"@librescore/sf3": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/@librescore/sf3/-/sf3-0.3.0.tgz",
"integrity": "sha512-fkAZCkkpB90Nepvfd2NqwAF6wa3O+/ofhBDeQd7+79JwEtBqhCVGfa/xVb2j1mUscxmTIqwo1WIJtKM7YgGYsw=="
},
"@rollup/plugin-json": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-4.0.0.tgz",
@ -1324,6 +1334,11 @@
"resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz",
"integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw="
},
"node-fetch": {
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz",
"integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw=="
},
"object-inspect": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.4.1.tgz",

View File

@ -36,7 +36,10 @@
"dist/main.js"
],
"dependencies": {
"@librescore/fonts": "^0.2.1",
"@librescore/sf3": "^0.3.0",
"detect-node": "^2.0.4",
"node-fetch": "^2.6.1",
"pdfkit": "git+https://github.com/Xmader/pdfkit.git",
"svg-to-pdfkit": "^0.1.8",
"webmscore": "^0.10.4"