qris-decoder
Version:
Library for decoding qris
43 lines (42 loc) • 1.17 kB
JSON
{
"name": "qris-decoder",
"version": "1.0.11",
"description": "Library for decoding qris",
"main": "index.js",
"scripts": {
"build": "tsc -p .",
"start": "npm run build -- -w",
"test": "jest --config jestconfig.json",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yosuarichel/qris-decoder.git"
},
"keywords": [
"qris",
"decoder",
"qr"
],
"author": "Yosua Richel",
"license": "ISC",
"bugs": {
"url": "https://github.com/yosuarichel/qris-decoder/issues"
},
"homepage": "https://github.com/yosuarichel/qris-decoder#readme",
"devDependencies": {
"@types/jest": "^27.4.0",
"jest": "^27.4.6",
"prettier": "^2.5.1",
"ts-jest": "^27.1.2",
"ts-node": "^10.4.0",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.5.4"
},
"dependencies": {
"@types/lodash": "^4.14.178",
"lodash": "^4.17.21"
}
}