@senthiljruby/inwords
Version:
Multi-lingual Feathers Plugin to convert number to word (number system)
60 lines (59 loc) • 1.64 kB
JSON
{
"name": "@senthiljruby/inwords",
"description": "Multi-lingual Feathers Plugin to convert number to word (number system)",
"version": "2.0.6",
"homepage": "https://github.com/senthiljruby/inWords",
"main": "lib/",
"keywords": [
"feathers",
"feathers-plugin",
"inwords",
"number-system"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/senthiljruby/inWords.git"
},
"author": {
"name": "Senthil Kumar Bhaskaran",
"email": "senthil.jruby@gmail.com",
"url": "http://itssenthiljruby.herokuapp.com/"
},
"contributors": [],
"bugs": {
"url": "https://github.com/senthiljruby/inWords/issues"
},
"engines": {
"node": ">= 10.0.0"
},
"scripts": {
"publish": "git push origin --tags && npm run changelog && git push origin",
"release:pre": "npm version prerelease && npm publish --tag pre",
"release:patch": "npm version patch && npm publish",
"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish",
"changelog": "github_changelog_generator && git add CHANGELOG.md && git commit -am \"Updating changelog\"",
"lint": "semistandard lib/*.js lib/**/*.js test/*.js test/**/*.js --fix",
"mocha": "mocha",
"coverage": "nyc mocha",
"test": "npm run lint && npm run coverage"
},
"semistandard": {
"env": [
"mocha"
]
},
"directories": {
"lib": "lib"
},
"dependencies": {
"nyc": "^15.1.0"
},
"devDependencies": {
"chai": "^5.1.0",
"istanbul": "^0.4.5",
"mocha": "^10.3.0",
"semistandard": "^17.0.0"
}
}