UNPKG

@litewit/helpers

Version:
45 lines (44 loc) 1.1 kB
{ "name": "@litewit/helpers", "version": "1.0.2", "description": "", "main": "lib/index.js", "scripts": { "test": "jest --config jestconfig.json", "build": "tsc", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "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" }, "repository": { "type": "git", "url": "git+https://github.com/litewit/helpers.git" }, "keywords": [ "Helper", "Utitlity" ], "author": "litewit", "license": "ISC", "files": [ "README.md", "lib/**/*" ], "bugs": { "url": "https://github.com/litewit/helpers/issues" }, "homepage": "https://github.com/litewit/helpers#readme", "devDependencies": { "@types/jest": "^27.5.0", "jest": "^28.0.3", "prettier": "^2.6.2", "ts-jest": "^28.0.0", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.6.4" } }