UNPKG

javascript-fixer-operations

Version:
30 lines (29 loc) 748 B
{ "name": "javascript-fixer-operations", "version": "2.1.1", "description": "A library to correct javascript miscalculations", "main": "index.js", "devDependencies": { "@types/jest": "^27.0.1", "jest": "^27.1.0", "ts-jest": "^27.0.5", "typescript": "^4.4.2" }, "scripts": { "build": "tsc", "test": "jest --config jestconfig.json", "prepare": "npm run build", "prepublishOnly": "npm test", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/Cirripide/javascript-fixer-operations.git" }, "keywords": [ "Miscalculations", "Operations" ], "author": "J. Donvito" }