UNPKG

@s-a/serialnumber

Version:

Serialnumber genrator which supports sections based on delimiter

41 lines (40 loc) 1.24 kB
{ "name": "@s-a/serialnumber", "version": "1.0.1", "description": "Serialnumber genrator which supports sections based on delimiter", "main": "lib/index.js", "private": false, "scripts": { "bump": "npm install && npm test && npm version patch && git push && git push --tags && npm publish --access public", "eslint": "node node_modules/eslint/bin/eslint **/*.js ", "mocha": "node node_modules/mocha/bin/_mocha", "coverage": "node node_modules/nyc/bin/nyc.js --reporter=lcov --reporter=text-summary npm run mocha", "test": "npm run eslint && npm run coverage" }, "repository": { "type": "git", "url": "git+https://github.com/s-a/sa-serialnumber.git" }, "keywords": [ "serialnumbers", "serialnumber" ], "author": "s-a", "license": "MIT", "bugs": { "url": "https://github.com/s-a/sa-serialnumber/issues" }, "homepage": "https://github.com/s-a/sa-serialnumber#readme", "devDependencies": { "eslint": "^7.0.0", "eslint-plugin-import": "^2.20.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "mocha": "^7.1.2", "nyc": "^15.0.1" }, "dependencies": { "hashids": "^2.2.1" } }