custom-permutation
Version:
Permutation generator with custom options.
48 lines (47 loc) • 1.31 kB
JSON
{
"name": "custom-permutation",
"version": "1.1.0",
"description": "Permutation generator with custom options.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run preversion",
"preversion": "true || npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yilmazhasan/custom-permutation.git"
},
"files": [
"lib/**/*"
],
"keywords": [
"Permutation",
"Permutation Generator",
"Custom Permutation",
"Permutation with Options"
],
"author": "@yilmazhasan",
"license": "ISC",
"bugs": {
"url": "https://github.com/yilmazhasan/custom-permutation/issues"
},
"homepage": "https://github.com/yilmazhasan/custom-permutation#readme",
"devDependencies": {
"@types/jest": "^26.0.23",
"jest": "^27.0.6",
"prettier": "^2.3.2",
"ts-jest": "^27.0.3",
"ts-node": "^10.9.2",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.3.5"
}
}