covertable
Version:
A flexible pairwise tool written in TypeScript
79 lines (78 loc) • 1.66 kB
JSON
{
"name": "covertable",
"version": "2.5.2",
"description": "A flexible pairwise tool written in TypeScript",
"homepage": "https://docs.walkframe.com/covertable",
"repository": {
"type": "git",
"url": "git+https://github.com/walkframe/covertable.git"
},
"bugs": {
"url": "https://github.com/walkframe/covertable/issues"
},
"keywords": [
"allpair",
"all-pair",
"allpairs",
"all-pairs",
"pairwise",
"N-wise",
"2-wise",
"3-wise",
"two-wise",
"three-wise",
"N-term",
"2-term",
"3-term",
"two-term",
"three-term",
"pairs",
"pair",
"combinatorial",
"covering-array",
"covering-arrays",
"pict"
],
"main": "dist/index.js",
"scripts": {
"test": "jest",
"build": "rm -rf dist/ && $(npm bin)/webpack",
"watch": "$(npm bin)/webpack --watch",
"codecov": "$(npm bin)/codecov"
},
"jest": {
"testPathIgnorePatterns": [
"node_modules/",
"dist/"
],
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"js",
"ts",
"json",
"node"
]
},
"author": "righ",
"license": "Apache-2.0",
"devDependencies": {
"@types/jest": "^25.2.3",
"@types/js-md5": "^0.4.2",
"@types/node": "^14.0.9",
"codecov": "^3.7.1",
"jest": "^26.0.1",
"nyc": "^15.1.0",
"ts-jest": "^26.1.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^4.9.3",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"js-md5": "^0.7.3"
}
}