mirror of
https://github.com/tutao/tutanota.git
synced 2025-10-19 07:53:47 +00:00
32 lines
620 B
JSON
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/"
|
|
}
|
|
}
|