1 | {
|
2 | "name": "now-builder-ruby",
|
3 | "author": "Nathan Cahill <nathan@nathancahill.com>",
|
4 | "version": "0.1.0-canary.56",
|
5 | "repository": {
|
6 | "type": "git",
|
7 | "url": "https://github.com/zeit/now-builders.git",
|
8 | "directory": "packages/now-ruby"
|
9 | },
|
10 | "license": "MIT",
|
11 | "scripts": {
|
12 | "build": "tsc",
|
13 | "test": "tsc && jest",
|
14 | "prepublish": "tsc"
|
15 | },
|
16 | "dependencies": {
|
17 | "execa": "^1.0.0",
|
18 | "fs-extra": "^7.0.1",
|
19 | "micromatch": "^4.0.2"
|
20 | },
|
21 | "devDependencies": {
|
22 | "@types/micromatch": "^3.1.0"
|
23 | }
|
24 | }
|