package.json (682B)
- {
- "name": "tape-lite",
- "version": "0.1.0",
- "description": "tape shim based on node:test+node:assert with no dependencies",
- "keywords": ["tape", "testing", "dependency-free"],
- "homepage": "https://hacktivis.me/git/tape-lite",
- "bugs": {
- "url": "https://lists.sr.ht/~lanodan/public-inbox",
- "email": "~lanodan/public-inbox@lists.sr.ht"
- },
- "license": "MIT",
- "main": "./index.js",
- "repository": {
- "type": "git",
- "url": "https://hacktivis.me/git/tape-lite.git"
- },
- "exports": "./index.js",
- "files": ["*.js", "README.md", ".clang-format", "LICENSES/*"],
- "scripts": {
- "test": "node test",
- "format": "clang-format -i *.js"
- },
- "engines": {
- "node": ">=18.0.0"
- }
- }