@reactant/cli
Version:
109 lines (108 loc) • 2.6 kB
JSON
{
"name": "@reactant/cli",
"version": "0.0.406",
"description": "reactant cli",
"keywords": [
"reactant",
"cli"
],
"homepage": "https://github.com/codejamninja/reactant/packages/cli",
"bugs": {
"url": "https://github.com/codejamninja/reactant/issues",
"email": "jam@codejam.ninja"
},
"license": "MIT",
"author": {
"name": "Jam Risser",
"email": "jam@codejam.ninja",
"url": "https://codejam.ninja"
},
"files": [
"bin.js",
"lib"
],
"main": "lib/index.js",
"bin": {
"reactant": "bin.js"
},
"repository": {
"type": "git",
"url": "https://github.com/codejamninja/reactant"
},
"scripts": {
"build": "make -s build",
"clean": "make -s clean",
"format": "make -s format",
"inc": "npm version patch --git=false 2>/dev/null || true",
"lint": "make -s lint",
"make": "make --version",
"prepare": "make -s prepare",
"purge": "make -s purge",
"start": "make -s start",
"test": "make -s test",
"test:watch": "make -s test-watch"
},
"dependencies": {
"@babel/runtime": "^7.9.2",
"@oclif/command": "^1.6.1",
"@oclif/config": "^1.14.0",
"@oclif/errors": "^1.2.2",
"@oclif/parser": "^3.8.4",
"@reactant/config": "0.0.406",
"@reactant/context": "0.0.406",
"@reactant/core": "0.0.406",
"@reactant/types": "0.0.406",
"core-js": "^3.6.5",
"fs-extra": "^9.0.0",
"gnumake": "^0.3.3",
"pkg-dir": "^4.2.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/node": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-typescript": "^7.9.0",
"@oclif/dev-cli": "^1.22.2",
"@types/core-js": "^2.5.3",
"@types/fs-extra": "^8.1.0",
"@types/jest": "^25.2.1",
"@types/node": "^13.13.5",
"@types/webpack": "^4.41.10",
"cspell": "^4.0.61",
"eslint": "^7.0.0",
"eslint-config-reactant": "0.0.406",
"jest": "^25.5.4",
"jest-sonar-reporter": "^2.0.0",
"prettier": "^2.0.5",
"regenerator-runtime": "^0.13.5",
"typescript": "^3.8.3"
},
"engines": {
"node": ">=6.0.0"
},
"eslintIgnore": [
"lib"
],
"jest": {
"testRegex": "tests(/|/.*/)[^_/]*[jt]sx?$",
"verbose": true
},
"oclif": {
"commands": "./lib/commands",
"bin": "reactant",
"hooks": {
"init": "./lib/hooks/init"
}
},
"jestSonar": {
"reportPath": "node_modules/.tmp/reports",
"reportFile": "test-report.xml",
"indent": 4
},
"gitHead": "55ce13f8a11b23f03127281b53de7876dca13176"
}