proxify-method
Version:
Project for flexible extension of the existing functionality
49 lines (48 loc) • 1.46 kB
JSON
{
"name": "proxify-method",
"version": "0.0.14",
"description": "Project for flexible extension of the existing functionality",
"main": "built/index.js",
"scripts": {
"test": "find ./specs/ -name '*.spec.ts' | xargs mocha --require ts-node/register --timeout 30000",
"test:debug": "mocha ./specs/async.child.methods.spec.ts --require ts-node/register --timeout 30000",
"lint": "eslint --ext .ts ./",
"build": "rm -rf ./built && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Simple-Automation-Testing/api-framework.git"
},
"author": "Potapov Dmytro",
"license": "ISC",
"bugs": {
"url": "https://github.com/Simple-Automation-Testing/api-framework/issues"
},
"keywords": [
"proxy object",
"proxify",
"flexible extension",
"extension",
"proxy method"
],
"homepage": "https://github.com/Simple-Automation-Testing/api-framework#readme",
"devDependencies": {
"@types/chai": "^4.2.12",
"@types/mocha": "^8.0.1",
"@types/node": "^14.0.27",
"@typescript-eslint/eslint-plugin": "^3.8.0",
"@typescript-eslint/parser": "^3.8.0",
"assertior": "0.0.9",
"chai": "^4.2.0",
"eslint": "^7.6.0",
"eslint-plugin-chai-expect": "^2.2.0",
"eslint-plugin-chai-friendly": "^0.6.0",
"eslint-plugin-mocha": "^8.0.0",
"mocha": "^8.1.1",
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
},
"engines": {
"node": ">=12.18.3"
}
}