@takeyaqa/pict-wasm
Version:
Unofficial WebAssembly build of Microsoft's PICT (pairwise testing tool), compatible with both Node.js and browsers.
37 lines (36 loc) • 902 B
JSON
{
"name": "@takeyaqa/pict-wasm",
"version": "3.7.4-wasm.7",
"description": "Unofficial WebAssembly build of Microsoft's PICT (pairwise testing tool), compatible with both Node.js and browsers.",
"main": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "make wasm && npx tsc",
"clean": "make wasm-clean"
},
"devDependencies": {
"typescript": "^5.9.3"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/takeyaqa/pict-wasm.git"
},
"author": "Microsoft Corporation/Takeshi Kishi",
"license": "MIT",
"bugs": {
"url": "https://github.com/takeyaqa/pict-wasm/issues"
},
"homepage": "https://github.com/takeyaqa/pict-wasm#readme",
"keywords": [
"pict",
"testing",
"testing-tools",
"combinatorial-testing",
"pairwise-testing",
"webassembly"
]
}