UNPKG

@berish/mvc-function-bind-plugin

Version:

Function auto bind plugin for @berish/mvc-core

64 lines (63 loc) 1.61 kB
{ "name": "@berish/mvc-function-bind-plugin", "version": "2.0.0", "description": "Function auto bind plugin for @berish/mvc-core", "main": "build/index.js", "typings": "build/index.d.ts", "repository": "git@gitlab.com:berish/packages/berish-mvc-function-bind-plugin.git", "author": "Berishev Ravil <quadraticteam@gmail.com>", "license": "MIT", "private": false, "keywords": [ "state", "stateful", "berish", "helper", "native", "js", "ts", "typescript", "standart", "Berishev", "Ravil", "Fartix", "quadraticteam", "jest", "package" ], "scripts": { "test": "jest --config jestconfig.json", "test:dev": "jest --config jestconfig.json --watch --verbose=false", "build": "tsc -p .", "format": "prettier --write \"src/**/*.ts\"", "lint": "tslint -p tsconfig.json", "prepare": "npm run build", "prepublishOnly": "npm test && npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "files": [ "build/**/*" ], "peerDependencies": { "@berish/mvc-core": "^2.0.0" }, "devDependencies": { "@berish/mvc-core": "^2.0.0", "@types/faker": "^5.1.3", "@types/jest": "^26.0.15", "@types/node": "^14.14.5", "@types/react": "^17.0.0", "faker": "^5.1.0", "jest": "^26.6.1", "prettier": "^2.1.2", "ts-jest": "^26.4.3", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.0.5" }, "dependencies": { "@berish/linq": "^1.1.0" } }