micro-should
Version:
Micro testing framework with familiar syntax, multi-env ESM support & parallel execution
43 lines (42 loc) • 950 B
JSON
{
"name": "micro-should",
"version": "0.5.3",
"description": "Micro testing framework with familiar syntax, multi-env ESM support & parallel execution",
"type": "module",
"module": "index.js",
"main": "index.js",
"files": [
"index.ts",
"index.js",
"index.d.ts"
],
"scripts": {
"build": "tsc",
"lint": "npx prettier index.ts test",
"format": "npx prettier --write index.ts test",
"test": "node test/example.test.js"
},
"homepage": "https://github.com/paulmillr/micro-should",
"repository": {
"type": "git",
"url": "https://github.com/paulmillr/micro-should.git"
},
"author": "Paul Miller (https://paulmillr.com)",
"license": "MIT",
"keywords": [
"test",
"framework",
"testing",
"mocha",
"jest",
"it",
"should",
"jasmine",
"karma"
],
"devDependencies": {
"@paulmillr/jsbt": "0.3.3",
"prettier": "3.5.3",
"typescript": "5.8.3"
}
}