amount-in-words
Version:
Convert amount in words
41 lines (40 loc) • 967 B
JSON
{
"name": "amount-in-words",
"version": "1.0.1",
"description": "Convert amount in words",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "npx jest",
"prepare" : "npm run build",
"prepublishOnly" : "npm test",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"author": "Ashish Bagaddeo",
"license": "MIT",
"devDependencies": {
"@types/jest": "^26.0.14",
"jest": "^26.5.2",
"ts-jest": "^26.4.1",
"typescript": "^4.0.3"
},
"directories": {
"test": "test"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/cod-e-ash/amount-in-words.git"
},
"keywords": [
"Amount",
"Typescript",
"Javascript"
],
"bugs": {
"url": "https://github.com/cod-e-ash/amount-in-words/issues"
},
"homepage": "https://github.com/cod-e-ash/amount-in-words#readme"
}