mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-22 00:11:02 -05:00
26 lines
927 B
JSON
26 lines
927 B
JSON
{
|
|
"name": "mc-publish",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 1,
|
|
"requires": true,
|
|
"dependencies": {
|
|
"@types/node": {
|
|
"version": "16.10.1",
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.10.1.tgz",
|
|
"integrity": "sha512-4/Z9DMPKFexZj/Gn3LylFgamNKHm4K3QDi0gz9B26Uk0c8izYf97B5fxfpspMNkWlFupblKM/nV8+NA9Ffvr+w==",
|
|
"dev": true
|
|
},
|
|
"@vercel/ncc": {
|
|
"version": "0.31.1",
|
|
"resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.31.1.tgz",
|
|
"integrity": "sha512-g0FAxwdViI6UzsiVz5HssIHqjcPa1EHL6h+2dcJD893SoCJaGdqqgUF09xnMW6goWnnhbLvgiKlgJWrJa+7qYA==",
|
|
"dev": true
|
|
},
|
|
"typescript": {
|
|
"version": "4.4.3",
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.3.tgz",
|
|
"integrity": "sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==",
|
|
"dev": true
|
|
}
|
|
}
|
|
}
|