UNPKG

@competent-devs/test-forge

Version:

Package for UI unit test generation based on storybook context

87 lines (86 loc) 2.23 kB
{ "name": "@competent-devs/test-forge", "version": "0.0.2-beta.0", "type": "module", "bin": { "test-forge": "./dist/src/bin/cli.js" }, "description": "Package for UI unit test generation based on storybook context", "main": "src/index.js", "types": "src/index.d.ts", "files": [ "src", "dist" ], "keywords": [ "genAI", "unit-test", "test", "testing", "tool", "storybook", "storybook-test-runner" ], "scripts": { "lint": "eslint src/**/*.ts", "prepare": "husky", "build:pkg": "tsc --project tsconfig.pkg.json && cpx 'src/**/*.mustache' dist/src", "typecheck": "tsc --noEmit --project tsconfig.pkg.json", "start": "node dist/src/main.js", "dev": "nodemon" }, "repository": { "type": "git", "url": "git+https://github.com/uitestforge/pkg-app.git" }, "homepage": "https://github.com/uitestforge/pkg-app#readme", "author": { "name": "UI TestForge Team" }, "license": "SEE LICENSE IN LICENSE", "bugs": { "url": "https://github.com/uitestforge/pkg-app/issues" }, "engines": { "node": ">=18.12.0" }, "devDependencies": { "@types/html-minifier": "^4.0.5", "@types/jest": "^29.5.13", "@types/mustache": "^4.2.5", "@types/node": "^22.7.7", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.0.0", "cpx": "^1.5.0", "eslint": "^8.42.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", "husky": "^9.1.6", "jest": "^29.7.0", "lint-staged": "^15.2.10", "nodemon": "^3.1.7", "npm-upgrade": "^3.1.0", "prettier": "^3.3.3", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "typescript": "^5.6.3" }, "dependencies": { "@huggingface/transformers": "^3.0.1", "@langchain/core": "^0.3.13", "@langchain/openai": "^0.3.11", "@storybook/csf-tools": "^8.4.2", "commander": "^12.1.0", "dotenv": "^16.4.5", "find-up": "^7.0.0", "globby": "^14.0.2", "html-minifier": "^4.0.0", "langchain": "^0.3.5", "mustache": "^4.2.0", "onnxruntime-node": "^1.19.2", "sharp": "^0.33.5", "tsx": "^4.19.2", "vectra": "^0.9.0", "vitest": "^2.1.4" } }