UNPKG

1.91 kBJSONView Raw
1{
2 "name": "@buildo/hophop",
3 "version": "6.0.2",
4 "description": "",
5 "main": "lib",
6 "scripts": {
7 "test": "jest",
8 "build": "rm -rf lib && tsc",
9 "hophop": "ts-node src",
10 "typecheck": "tsc --noEmit",
11 "preversion": "yarn prettier-check && yarn typecheck && yarn test",
12 "prepublish": "yarn build",
13 "prettier-check": "prettier --list-different \"src/**/*.ts\"",
14 "release-version": "smooth-release"
15 },
16 "bin": {
17 "hophop": "bin/hophop"
18 },
19 "repository": {
20 "type": "git",
21 "url": "git@github.com:buildo/hophop.git"
22 },
23 "keywords": [],
24 "author": "Buildo <we@buildo.io>",
25 "license": "MIT",
26 "bugs": {
27 "url": "https://github.com/buildo/hophop/issues"
28 },
29 "files": [
30 "lib",
31 "bin"
32 ],
33 "homepage": "https://github.com/buildo/hophop",
34 "engines": {
35 "node": ">=12"
36 },
37 "dependencies": {
38 "argparse": "^1.0.10",
39 "axios": "^0.21.0",
40 "better-console": "^1.0.1",
41 "cli-color": "^1.2.0",
42 "error-ex": "^1.3.1",
43 "fp-ts": "^2.9.0",
44 "inquirer": "^5.1.0",
45 "io-ts": "^2.2.13",
46 "lodash": "^4.17.5",
47 "octokat": "^0.10.0",
48 "open": "0.0.5",
49 "update-notifier": "^2.3.0",
50 "yamljs": "^0.3.0"
51 },
52 "devDependencies": {
53 "@types/argparse": "^1.0.33",
54 "@types/inquirer": "^0.0.38",
55 "@types/jest": "^22.2.2",
56 "@types/lodash": "^4.14.106",
57 "@types/node": "^8.10.0",
58 "@types/request-promise": "^4.1.41",
59 "@types/update-notifier": "^2.2.0",
60 "@types/yamljs": "^0.2.30",
61 "jest": "^22.4.3",
62 "prettier": "^2.2.0",
63 "smooth-release": "^8.0.9",
64 "tmp": "^0.0.33",
65 "ts-jest": "^22.4.2",
66 "ts-node": "^5.0.1",
67 "typescript": "^4.1.0"
68 },
69 "jest": {
70 "transform": {
71 "^.+\\.ts$": "ts-jest"
72 },
73 "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|js)$",
74 "moduleFileExtensions": [
75 "ts",
76 "js",
77 "json",
78 "node"
79 ]
80 }
81}