stripe-i18n-declined-codes
Version:
translation files for stripe.com errors in JavaScript
57 lines (56 loc) • 1.8 kB
JSON
{
"name": "stripe-i18n-declined-codes",
"version": "1.0.0",
"description": "translation files for stripe.com errors in JavaScript",
"main": "./lib/index.js",
"scripts": {
"clean": "rimraf lib",
"test": "npm run lint --fix && npm run cover",
"test:prod": "cross-env BABEL_ENV=production npm run test",
"test:only": "mocha --require babel-core/register --require babel-polyfill --recursive",
"test:watch": "npm test -- --watch",
"cover": "istanbul cover _mocha -- --require babel-core/register --require babel-polyfill --recursive",
"lint": "eslint src test",
"build": "cross-env BABEL_ENV=production babel src --out-dir lib",
"prepublish": "npm run clean && npm run lint && npm run test && npm run build"
},
"files": [
"lib",
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/tevim/stripe-i18n-declined-codes.git"
},
"keywords": [
"stripe",
"i18n",
"declined",
"translations"
],
"author": "Hannes Maack",
"license": "MIT",
"bugs": {
"url": "https://github.com/tevim/stripe-i18n-declined-codes/issues"
},
"homepage": "https://github.com/tevim/stripe-i18n-declined-codes#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-inline-json-import": "^0.3.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-minify": "^0.3.0",
"chai": "^4.1.2",
"cross-env": "^5.1.3",
"eslint": "^4.16.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"istanbul": "^1.0.0-alpha",
"mocha": "^5.0.0",
"rimraf": "^2.6.2"
}
}