@dkoul/auto-testid-cli
Version:
Command-line interface for React and Vue.js custom attribute generation
69 lines (68 loc) • 1.61 kB
JSON
{
"name": "@dkoul/auto-testid-cli",
"version": "2.0.1",
"description": "Command-line interface for React and Vue.js custom attribute generation",
"main": "dist/cli.js",
"bin": {
"auto-testid": "bin/auto-testid"
},
"files": [
"dist/**/*",
"bin/**/*",
"README.md"
],
"scripts": {
"build": "tsc -b",
"build:watch": "tsc -b --watch",
"clean": "rimraf dist",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint src/**/*.ts --fix",
"validate": "npm run lint && npm run test && npm run build",
"dev": "npm run build && node dist/cli.js",
"prepublishOnly": "npm run build"
},
"keywords": [
"cli",
"automation",
"data-testid",
"data-analytics",
"data-qa",
"custom-attributes",
"testing",
"analytics",
"react",
"vue",
"angular",
"html"
],
"author": "Auto-TestID Team",
"license": "MIT",
"dependencies": {
"@dkoul/auto-testid-core": "^2.0.1",
"chalk": "^5.3.0",
"commander": "^11.0.0",
"inquirer": "^9.2.0",
"ora": "^7.0.0"
},
"devDependencies": {
"@types/inquirer": "^9.0.3",
"@types/jest": "^29.5.0",
"@types/node": "^20.4.0",
"jest": "^29.6.0",
"rimraf": "^5.0.0",
"ts-jest": "^29.1.0",
"typescript": "^5.1.6"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/dkoul/auto-testid.git",
"directory": "packages/cli"
},
"gitHead": "6cb34aec1fa6479de6c63f0811ab2afc60d2fcfb"
}