tutanota/packages/otest/package.json
jenkins build server 9753a3ae9c
v310.251016.0
2025-10-16 15:56:44 +02:00

32 lines
620 B
JSON

{
"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/"
}
}