Add ncc as a dependency

This commit is contained in:
Kallum Jones 2022-08-09 17:06:56 +01:00
parent cc49211d84
commit 0f60e41fd0
No known key found for this signature in database
GPG Key ID: D7F4589C4D7F81A9
2 changed files with 15 additions and 0 deletions

14
package-lock.json generated
View File

@ -10,6 +10,7 @@
"license": "ISC",
"dependencies": {
"@types/inquirer": "^9.0.0",
"@vercel/ncc": "^0.34.0",
"as-table": "^1.0.55",
"axios": "^0.27.2",
"chalk": "^5.0.1",
@ -47,6 +48,14 @@
"@types/node": "*"
}
},
"node_modules/@vercel/ncc": {
"version": "0.34.0",
"resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.34.0.tgz",
"integrity": "sha512-G9h5ZLBJ/V57Ou9vz5hI8pda/YQX5HQszCs3AmIus3XzsmRn/0Ptic5otD3xVST8QLKk7AMk7AqpsyQGN7MZ9A==",
"bin": {
"ncc": "dist/ncc/cli.js"
}
},
"node_modules/abort-controller": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
@ -876,6 +885,11 @@
"@types/node": "*"
}
},
"@vercel/ncc": {
"version": "0.34.0",
"resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.34.0.tgz",
"integrity": "sha512-G9h5ZLBJ/V57Ou9vz5hI8pda/YQX5HQszCs3AmIus3XzsmRn/0Ptic5otD3xVST8QLKk7AMk7AqpsyQGN7MZ9A=="
},
"abort-controller": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",

View File

@ -12,6 +12,7 @@
"license": "ISC",
"dependencies": {
"@types/inquirer": "^9.0.0",
"@vercel/ncc": "^0.34.0",
"as-table": "^1.0.55",
"axios": "^0.27.2",
"chalk": "^5.0.1",