tutanota/packages/licc/package.json
jenkins build server c5ee61ee78 v315.251204.0
2025-12-04 14:37:55 +01:00

27 lines
600 B
JSON

{
"name": "@tutao/licc",
"version": "315.251204.0",
"bin": {
"licc": "dist/cli.js"
},
"description": "little interface compiler",
"main": "index.js",
"type": "module",
"scripts": {
"build": "npx tsc -b",
"test": "rm -rf ./test/build && tsc -b test && cd test/build && node test/Suite.js",
"preinstall": "node preinstall.js"
},
"author": "",
"license": "GPL-3.0",
"dependencies": {
"commander": "14.0.0",
"json5": "^2.2.1",
"zx": "8.5.5"
},
"devDependencies": {
"typescript": "5.8.3",
"@tutao/tutanota-test-utils": "315.251204.0",
"@tutao/otest": "315.251204.0"
}
}