sgf-gstin-validator
Version:
Module to validate GSTIN and verify Signed QR of GST eInvoice
62 lines (61 loc) • 1.64 kB
JSON
{
"name": "sgf-gstin-validator",
"version": "2.0.3",
"description": "Module to validate GSTIN and verify Signed QR of GST eInvoice",
"main": "dist/sgf-gstin-validator.js",
"type": "commonjs",
"scripts": {
"test": "jest",
"test-coverage": "nyc mocha src/index.test.js",
"build": "rm -rf ./dist && tsc && npx webpack --config webpack.config.cjs",
"build-web": "npx webpack --config webpack.config.cjs",
"dist": "uglifyjs dist/gstin-validator.js -o dist/gstin-validator.min.js",
"pack-certs": "node scripts/pack_certs.js"
},
"repository": {
"type": "git",
"url": "https://github.com/SGFGOV/gstin-validator.git"
},
"files": [
"dist"
],
"keywords": [
"gstin",
"gstn",
"india",
"medusa"
],
"author": "SGF",
"license": "MIT",
"bugs": {
"url": "https://github.com/SGFGOV/gstin-validator.git/issues"
},
"homepage": "https://github.com/SGFGOV/gstin-validator.git#README",
"devDependencies": {
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-transform-modules-commonjs": "^7.17.9",
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "^27.5.1",
"@types/jsonwebtoken": "^8.5.9",
"@types/node": "^18.7.23",
"chai": "^4.3.4",
"eslint": "^7.32.0",
"eslint-config-strongloop": "^2.1.0",
"jest": "^29.1.2",
"jest-html-reporters": "^3.0.11",
"mocha": "^9.2.2",
"nyc": "^15.1.0",
"ts-loader": "^9.4.1",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"uglify-js": "^3.14.1",
"webpack": "^5.52.0",
"webpack-cli": "^4.8.0"
},
"dependencies": {
"jsonwebtoken": "^8.5.1",
"ts-jest": "^29.0.3"
}
}