feat(package): Revamp package exports and update permissions with an extensive improvement plan for test runner enhancements.

This commit is contained in:
2025-05-15 20:48:26 +00:00
parent cc388f1408
commit b28e2eace3
4 changed files with 258 additions and 33 deletions

View File

@@ -3,8 +3,11 @@
"version": "1.5.0",
"private": false,
"description": "a test utility to run tests that match test/**/*.ts",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"exports": {
".": "./dist_ts/index.js",
"./tapbundle": "./dist_ts_tapbundle/index.js",
"./tapbundle_node": "./dist_ts_tapbundle_node/index.js"
},
"type": "module",
"author": "Lossless GmbH",
"license": "MIT",