{ "name": "@tutao/otest", "version": "310.251016.0", "license": "GPL-3.0", "description": "little test runner", "main": "./dist/index.js", "repository": { "type": "git", "url": "https://github.com/tutao/tutanota.git", "directory": "packages/otest" }, "scripts": { "prepublishOnly": "npm run build", "build": "npx tsc -b" }, "dependencies": {}, "type": "module", "files": [ "dist/*.ts", "dist/*.js", "README.md", "LICENSE.txt", "tsconfig.json" ], "devDependencies": { "typescript": "5.8.3" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }