UNPKG

@tetcoin/dev

Version:

A collection of shared CI scripts and development environment used by @tetcoin projects

123 lines (122 loc) 4.69 kB
{ "name": "@tetcoin/dev", "version": "0.55.43", "description": "A collection of shared CI scripts and development environment used by @tetcoin projects", "bin": { "tetcoin-ci-ghact-build": "./scripts/tetcoin-ci-ghact-build.js", "tetcoin-ci-ghact-docs": "./scripts/tetcoin-ci-ghact-docs.js", "tetcoin-ci-ghpages-force": "./scripts/tetcoin-ci-ghpages-force.js", "tetcoin-dev-build-docs": "./scripts/tetcoin-dev-build-docs.js", "tetcoin-dev-build-ts": "./scripts/tetcoin-dev-build-ts.js", "tetcoin-dev-circular": "./scripts/tetcoin-dev-circular.js", "tetcoin-dev-clean-build": "./scripts/tetcoin-dev-clean-build.js", "tetcoin-dev-run-lint": "./scripts/tetcoin-dev-run-lint.js", "tetcoin-dev-run-prettier": "./scripts/tetcoin-dev-run-prettier.js", "tetcoin-dev-run-test": "./scripts/tetcoin-dev-run-test.js", "tetcoin-dev-version": "./scripts/tetcoin-dev-version.js", "tetcoin-dev-yarn-only": "./scripts/tetcoin-dev-yarn-only.js", "tetcoin-exec-eslint": "./scripts/tetcoin-exec-eslint.js", "tetcoin-exec-ghpages": "./scripts/tetcoin-exec-ghpages.js", "tetcoin-exec-ghrelease": "./scripts/tetcoin-exec-ghrelease.js", "tetcoin-exec-lerna": "./scripts/tetcoin-exec-lerna.js", "tetcoin-exec-prettier": "./scripts/tetcoin-exec-prettier.js", "tetcoin-exec-tsc": "./scripts/tetcoin-exec-tsc.js", "tetcoin-exec-typedoc": "./scripts/tetcoin-exec-typedoc.js", "tetcoin-exec-vuepress": "./scripts/tetcoin-exec-vuepress.js", "tetcoin-exec-webpack": "./scripts/tetcoin-exec-webpack.js" }, "keywords": [ "Tetcoin" ], "author": "Jaco Greeff <jacogr@gmail.com>", "maintainers": [ "Jaco Greeff <jacogr@gmail.com>" ], "contributors": [], "license": "Apache-2.0", "engines": {}, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "repository": { "type": "git", "url": "git+https://github.com/tetcoinjs/dev.git" }, "bugs": { "url": "https://github.com/tetcoinjs/dev/issues" }, "homepage": "https://github.com/tetcoinjs/dev#readme", "dependencies": { "@babel/cli": "^7.10.5", "@babel/core": "^7.11.4", "@babel/plugin-proposal-class-properties": "^7.10.4", "@babel/plugin-proposal-decorators": "^7.10.5", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4", "@babel/plugin-proposal-numeric-separator": "^7.10.4", "@babel/plugin-proposal-object-rest-spread": "^7.11.0", "@babel/plugin-proposal-optional-chaining": "^7.11.0", "@babel/plugin-proposal-pipeline-operator": "^7.10.5", "@babel/plugin-proposal-private-methods": "^7.10.4", "@babel/plugin-syntax-bigint": "^7.8.3", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-syntax-import-meta": "^7.10.4", "@babel/plugin-syntax-top-level-await": "^7.10.4", "@babel/plugin-transform-runtime": "^7.11.0", "@babel/preset-env": "^7.11.0", "@babel/preset-react": "^7.10.4", "@babel/preset-typescript": "^7.10.4", "@babel/register": "^7.10.5", "@babel/runtime": "^7.11.2", "@typescript-eslint/eslint-plugin": "3.10.1", "@typescript-eslint/parser": "3.10.1", "@vue/component-compiler-utils": "^3.2.0", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^26.3.0", "babel-plugin-module-resolver": "^4.0.0", "babel-plugin-styled-components": "^1.11.1", "browserslist": "^4.14.0", "chalk": "^4.1.0", "coveralls": "^3.1.0", "cpx": "^1.5.0", "eslint": "^7.7.0", "eslint-config-standard": "^14.1.1", "eslint-import-resolver-node": "^0.3.4", "eslint-plugin-header": "^3.0.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-react": "^7.20.6", "eslint-plugin-react-hooks": "^4.1.0", "eslint-plugin-sort-destructure-keys": "^1.3.5", "eslint-plugin-standard": "^4.0.1", "fs-extra": "^9.0.1", "gh-pages": "^3.1.0", "gh-release": "^3.5.0", "jest": "^26.4.2", "jest-cli": "^26.4.2", "jest-config": "^26.4.2", "jest-haste-map": "^26.3.0", "jest-resolve": "^26.4.0", "lerna": "^3.22.1", "madge": "^3.9.2", "mkdirp": "^1.0.4", "prettier": "^2.1.1", "rimraf": "^3.0.2", "typedoc": "^0.18.0", "typedoc-plugin-markdown": "2.4.1", "typedoc-plugin-no-inherit": "^1.1.10", "typescript": "^4.0.2", "vuepress": "^1.5.4", "webpack": "^4.44.1", "webpack-cli": "^3.3.12", "yargs": "^15.4.1" }, "devDependencies": { "@types/jest": "^26.0.10", "@types/node": "^14.6.0", "@types/react": "^16.9.47", "@types/yargs": "^15.0.5", "react": "^16.13.1" } }