logo

tape-lite

tape shim based on node:test+node:assert with no dependencies

package.json (682B)


  1. {
  2. "name": "tape-lite",
  3. "version": "0.1.0",
  4. "description": "tape shim based on node:test+node:assert with no dependencies",
  5. "keywords": ["tape", "testing", "dependency-free"],
  6. "homepage": "https://hacktivis.me/git/tape-lite",
  7. "bugs": {
  8. "url": "https://lists.sr.ht/~lanodan/public-inbox",
  9. "email": "~lanodan/public-inbox@lists.sr.ht"
  10. },
  11. "license": "MIT",
  12. "main": "./index.js",
  13. "repository": {
  14. "type": "git",
  15. "url": "https://hacktivis.me/git/tape-lite.git"
  16. },
  17. "exports": "./index.js",
  18. "files": ["*.js", "README.md", ".clang-format", "LICENSES/*"],
  19. "scripts": {
  20. "test": "node test",
  21. "format": "clang-format -i *.js"
  22. },
  23. "engines": {
  24. "node": ">=18.0.0"
  25. }
  26. }