UNPKG

squarier

Version:

This package can help you format text in a square like manner.

49 lines (48 loc) 1.23 kB
{ "name": "squarier", "version": "0.2.0", "description": "", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc", "format": "prettier --write \"src/**/*.{ts,js}\"", "lint": "tslint -p tsconfig.json", "test": "jest --config jestconfig.json", "test:watch": "jest --watch --config jestconfig.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/ArielBenichou/squarier.git" }, "files": [ "lib/**/*" ], "keywords": [ "Square", "Code", "Format", "Prettier", "Columns" ], "author": "Ariel Benichou", "license": "ISC", "bugs": { "url": "https://github.com/ArielBenichou/squarier/issues" }, "homepage": "https://github.com/ArielBenichou/squarier#readme", "devDependencies": { "@types/jest": "^29.0.3", "jest": "^29.0.3", "prettier": "^2.7.1", "ts-jest": "^29.0.1", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.8.3" } }