UNPKG

capitalize-string-ts

Version:
46 lines (45 loc) 1.19 kB
{ "name": "capitalize-string-ts", "version": "1.0.3", "description": "capitalize string is easy", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "jest --config jestconfig.json", "build": "tsc", "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" }, "repository": { "type": "git", "url": "git+https://github.com/Cmanka/capitalize-string-ts.git" }, "keywords": [ "String", "Capitalize", "Typescript" ], "author": "Cmanka", "license": "ISC", "bugs": { "url": "https://github.com/Cmanka/capitalize-string-ts/issues" }, "files": [ "lib/**/*" ], "homepage": "https://github.com/Cmanka/capitalize-string-ts#readme", "devDependencies": { "@types/jest": "^29.0.2", "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" } }