millifytolongify
Version:
" # millify & longify numbers"
47 lines (46 loc) • 1.29 kB
JSON
{
"name": "millifytolongify",
"version": "1.0.13",
"description": "\" # millify & longify numbers\"",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"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/PritamAmre01/millifytolongify.git"
},
"keywords": [
"millify",
"longify",
"convertToLongForm",
"number convert"
],
"author": "Pritam Amre",
"license": "ISC",
"bugs": {
"url": "https://github.com/PritamAmre01/millifytolongify/issues"
},
"homepage": "https://github.com/PritamAmre01/millifytolongify#readme",
"devDependencies": {
"@types/jest": "^26.0.20",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"ts-jest": "^26.5.3",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.2.3"
},
"files": [
"lib/**/*"
]
}