esr-code-line
Version:
A code line generator for orange payment slips used in Switzerland
40 lines (39 loc) • 928 B
JSON
{
"name": "esr-code-line",
"version": "1.0.2",
"description": "A code line generator for orange payment slips used in Switzerland",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NicolasZanotti/esr-code-line.git"
},
"prepublish": "npm run build",
"keywords": [
"payment",
"inpayment",
"payment-slip",
"switzerland",
"swiss",
"bill"
],
"author": "Nicolas Zanotti",
"license": "MIT",
"bugs": {
"url": "https://github.com/NicolasZanotti/esr-code-line/issues"
},
"homepage": "https://github.com/NicolasZanotti/esr-code-line#readme",
"devDependencies": {
"@types/jest": "^26",
"@types/node": "^14",
"istanbul-badges-readme": "^1.2.0",
"jest": "^26",
"ts-jest": "^26",
"ts-node": "^9",
"typescript": "^4"
}
}