@asaltech/cypress-rtm-plugin
Version:
Requirements Traceability Matrix Plugin for Cypress
52 lines • 1.26 kB
JSON
{
"name": "@asaltech/cypress-rtm-plugin",
"version": "1.0.2",
"description": "Requirements Traceability Matrix Plugin for Cypress",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
"build": "tsc",
"prepare": "npm run build",
"lint": "eslint src --ext .ts,.tsx",
"format": "prettier --write src/**/*.ts"
},
"files": [
"dist/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mohammed-ibenayad/cypress-rtm-plugin.git"
},
"keywords": [
"cypress",
"cypress-plugin",
"rtm",
"testing",
"traceability",
"test-management"
],
"author": "Mohammed Iben Ayad",
"license": "MIT",
"bugs": {
"url": "https://github.com/mohammed-ibenayad/cypress-rtm-plugin/issues"
},
"homepage": "https://github.com/mohammed-ibenayad/cypress-rtm-plugin#readme",
"peerDependencies": {
"cypress": ">=10.0.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@types/node": "^20.0.0",
"typescript": "^5.0.0",
"eslint": "^8.0.0",
"jest": "^29.7.0",
"prettier": "^2.8.0"
},
"dependencies": {
"ajv": "^6.12.6",
"fs-extra": "^9.1.0",
"lodash": "^4.17.21"
}
}