@tinymce/beehive-flow
Version:
A CLI tool implementing the beehive flow git branching process
98 lines (97 loc) • 2.5 kB
JSON
{
"description": "A CLI tool implementing the beehive flow git branching process",
"keywords": [
"git"
],
"private": false,
"publishConfig": {
"access": "public"
},
"bugs": "https://github.com/tinymce/beehive-flow/issues",
"author": "Tiny Technologies",
"contributors": [],
"homepage": "https://github.com/tinymce/beehive-flow",
"main": "lib/main/ts/Main.js",
"repository": "https://github.com/tinymce/beehive-flow",
"license": "Apache-2.0",
"dependencies": {
"cross-spawn-promise": "^0.10.2",
"fp-ts": "^2.12.3",
"io-ts": "^2.2.18",
"keep-a-changelog": "^2.1.0",
"luxon": "^3.0.4",
"properties-reader": "^2.2.0",
"simple-git": "^3.14.0",
"tmp": "^0.2.1",
"tslib": "^2.1.0",
"yargs": "^17.6.0",
"yesno": "^0.4.0"
},
"scripts": {
"build": "tsc",
"lint": "eslint src/**/*.ts",
"test": "yarn nyc mocha",
"beehive-flow": "node -r 'ts-node/register' src/main/ts/Main.ts",
"buildLintTest": "yarn build && yarn lint && yarn test",
"buildAndInstall": "yarn build && yarn global add file:$PWD"
},
"devDependencies": {
"@tinymce/eslint-plugin": "^2.2.1",
"@types/chai": "^4.3.3",
"@types/chai-as-promised": "^7.1.3",
"@types/kind-of": "^6.0.0",
"@types/luxon": "^3.0.1",
"@types/mocha": "^10.0.0",
"@types/node": "^18.8.2",
"@types/properties-reader": "^2.1.0",
"@types/tmp": "^0.2.0",
"@types/yargs": "^17.0.13",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"@verdaccio/types": "^10.7.0",
"chai": "^4.3.0",
"chai-as-promised": "^7.1.1",
"eslint": "^8.24.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"esm": "^3.2.25",
"fast-check": "^3.1.4",
"get-port": "^5.1.1",
"mocha": "^10.0.0",
"mocha-junit-reporter": "^2.1.0",
"mocha-multi-reporters": "^1.5.1",
"mock-stdin": "^1.0.0",
"nyc": "^15.1.0",
"source-map-support": "^0.5.19",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"verdaccio": "^5.15.4"
},
"bin": {
"beehive-flow": "lib/main/ts/Main.js"
},
"files": [
"lib/main",
"src"
],
"nyc": {
"extension": [
".ts",
".tsx"
],
"exclude": [
"**/*.d.ts",
"coverage"
],
"reporter": [
"html",
"text"
],
"all": true
},
"engines": {
"node": ">=12.0.0"
},
"version": "0.19.0",
"name": "@tinymce/beehive-flow"
}