saintest
Version:
Lightweight testing framework
49 lines (48 loc) • 1.05 kB
JSON
{
"name": "saintest",
"version": "0.2.0",
"description": "Lightweight testing framework",
"author": "NOuSantx <nousantx@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/nousantx/siantest#readme",
"keywords": [
"testing-franework",
"javascript-testing",
"framework"
],
"repository": {
"type": "git",
"url": "git+https://github.com/nousantx/siantest.git"
},
"bugs": {
"url": "https://github.com/nousantx/siantest/issues"
},
"files": [
"cli.js",
"dist",
"package.json",
"README.md",
"LICENSE"
],
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.esm.js",
"bin": {
"saintest": "cli.js"
},
"scripts": {
"test": "saintest",
"build": "rollup -c"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-terser": "^0.4.4",
"rollup": "^4.32.1"
},
"dependencies": {
"chokidar": "^4.0.3",
"commander": "^13.1.0",
"globby": "^14.0.2"
}
}