@revolut/web-cli
Advanced tools
Comparing version
{ | ||
"name": "@revolut/web-cli", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"license": "Apache-2.0", | ||
@@ -48,4 +48,4 @@ "description": "Interactive CLI tool for web projects to provide automation for various tasks", | ||
"devDependencies": { | ||
"@microsoft/rush-lib": "5.83.2", | ||
"@revolut/eslint-config-react": "2.0.0", | ||
"@microsoft/rush-lib": "5.111.0", | ||
"@revolut/eslint-config-react": "workspace:*", | ||
"@types/jest": "^27.0.3", | ||
@@ -52,0 +52,0 @@ "@types/node": "^12.12.54", |
131
package.json
{ | ||
"name": "@revolut/web-cli", | ||
"version": "1.7.0", | ||
"license": "Apache-2.0", | ||
"description": "Interactive CLI tool for web projects to provide automation for various tasks", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"bin": { | ||
"revolut-web-cli": "./bin/src/index.js" | ||
}, | ||
"main": "./bin/src/exports-for-tests.js", | ||
"types": "./bin/src/exports-for-tests.d.ts", | ||
"files": [ | ||
"bin", | ||
"src", | ||
"templates", | ||
"createPlaceholder.js" | ||
], | ||
"scripts": { | ||
"cli": "node -r ts-node/register src/index.ts", | ||
"start": "run-p start:watch:*", | ||
"start:watch:tsc": "tsc --watch", | ||
"start:watch:copy-templates": "nodemon --watch templates --exec 'yarn copy-templates' --delay 2", | ||
"copy-templates": "cp -r ./templates ./bin/templates", | ||
"tsc": "tsc", | ||
"lint": "eslint . --ext js,jsx,ts,tsx -c .eslintrc.js", | ||
"lint:fix": "yarn lint --fix", | ||
"test": "jest", | ||
"prebuild": "rm -rf bin", | ||
"build": "run-s tsc copy-templates", | ||
"prepublishOnly": "yarn build", | ||
"precommit": "lint-staged", | ||
"#": "echo 'this preinstall needed to ensure there is file in bin, to avoid ENOENT error'", | ||
"preinstall": "node createPlaceholder.js" | ||
}, | ||
"dependencies": { | ||
"chalk": "^4.1.0", | ||
"commander": "^6.2.0", | ||
"enquirer": "^2.3.6", | ||
"fs-jetpack": "^4.1.0", | ||
"jsonc-parser": "^3.0.0", | ||
"ora": "^5.1.0", | ||
"package-json-type": "^1.0.3", | ||
"update-notifier": "^5.0.1" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/rush-lib": "5.83.2", | ||
"@revolut/eslint-config-react": "2.0.0", | ||
"@types/jest": "^27.0.3", | ||
"@types/node": "^12.12.54", | ||
"@types/update-notifier": "5.0.0", | ||
"eslint": "^8.6.0", | ||
"jest": "27.4.5", | ||
"jest-standard-reporter": "^2.0.0", | ||
"lint-staged": "^10.5.2", | ||
"nodemon": "^2.0.6", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.5.1", | ||
"ts-jest": "27.1.1", | ||
"ts-node": "^8.10.2", | ||
"typescript": "4.6.4" | ||
}, | ||
"peerDependencies": { | ||
"@microsoft/rush-lib": "^5.40.5" | ||
} | ||
} | ||
"name": "@revolut/web-cli", | ||
"version": "1.8.0", | ||
"license": "Apache-2.0", | ||
"description": "Interactive CLI tool for web projects to provide automation for various tasks", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"bin": { | ||
"revolut-web-cli": "./bin/src/index.js" | ||
}, | ||
"main": "./bin/src/exports-for-tests.js", | ||
"types": "./bin/src/exports-for-tests.d.ts", | ||
"files": [ | ||
"bin", | ||
"src", | ||
"templates", | ||
"createPlaceholder.js" | ||
], | ||
"dependencies": { | ||
"chalk": "^4.1.0", | ||
"commander": "^6.2.0", | ||
"enquirer": "^2.3.6", | ||
"fs-jetpack": "^4.1.0", | ||
"jsonc-parser": "^3.0.0", | ||
"ora": "^5.1.0", | ||
"package-json-type": "^1.0.3", | ||
"update-notifier": "^5.0.1" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/rush-lib": "5.111.0", | ||
"@types/jest": "^27.0.3", | ||
"@types/node": "^12.12.54", | ||
"@types/update-notifier": "5.0.0", | ||
"eslint": "^8.6.0", | ||
"jest": "27.4.5", | ||
"jest-standard-reporter": "^2.0.0", | ||
"lint-staged": "^10.5.2", | ||
"nodemon": "^2.0.6", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.5.1", | ||
"ts-jest": "27.1.1", | ||
"ts-node": "^8.10.2", | ||
"typescript": "4.6.4", | ||
"@revolut/eslint-config-react": "2.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@microsoft/rush-lib": "^5.40.5" | ||
}, | ||
"scripts": { | ||
"cli": "node -r ts-node/register src/index.ts", | ||
"start": "run-p start:watch:*", | ||
"start:watch:tsc": "tsc --watch", | ||
"start:watch:copy-templates": "nodemon --watch templates --exec 'yarn copy-templates' --delay 2", | ||
"copy-templates": "cp -r ./templates ./bin/templates", | ||
"tsc": "tsc", | ||
"lint": "eslint . --ext js,jsx,ts,tsx -c .eslintrc.js", | ||
"lint:fix": "yarn lint --fix", | ||
"test": "jest", | ||
"prebuild": "rm -rf bin", | ||
"build": "run-s tsc copy-templates", | ||
"precommit": "lint-staged", | ||
"#": "echo 'this preinstall needed to ensure there is file in bin, to avoid ENOENT error'", | ||
"preinstall": "node createPlaceholder.js" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
724768
-16.17%355
-6.82%3540
-0.62%