35 lines
No EOL
939 B
JSON
35 lines
No EOL
939 B
JSON
{
|
|
"name": "@vercel/ruby",
|
|
"author": "Nathan Cahill <nathan@nathancahill.com>",
|
|
"version": "2.2.5",
|
|
"license": "Apache-2.0",
|
|
"main": "./dist/index",
|
|
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/ruby",
|
|
"files": [
|
|
"dist",
|
|
"vc_init.rb",
|
|
"vc_init_dev.rb"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/vercel/vercel.git",
|
|
"directory": "packages/ruby"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "8.0.0",
|
|
"@types/semver": "6.0.0",
|
|
"@types/which": "3.0.0",
|
|
"execa": "2.0.4",
|
|
"fs-extra": "^7.0.1",
|
|
"jest-junit": "16.0.0",
|
|
"semver": "6.3.1",
|
|
"which": "3.0.0",
|
|
"@vercel/build-utils": "13.2.16"
|
|
},
|
|
"scripts": {
|
|
"build": "node ../../utils/build-builder.mjs",
|
|
"test": "jest --reporters=default --reporters=jest-junit --env node --verbose --runInBand --bail",
|
|
"test-e2e": "pnpm test",
|
|
"type-check": "tsc --noEmit"
|
|
}
|
|
} |