Import AITURK IDE 1.0.0-beta.1 from Hermes 63279301; preserve MIT license

This commit is contained in:
2026-09-05 13:26:46 +03:00
commit 03634b1ca3
11340 changed files with 3442369 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "@hermes/root-tests",
"private": true,
"type": "module",
"scripts": {
"typecheck": "tsc --noEmit -p tsconfig.json",
"test": "vitest run",
"check": "npm run typecheck && npm run test && npm run lint",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"fix": "npm run lint:fix"
},
"devDependencies": {
"@types/plist": "3.0.5",
"plist": "3.1.1",
"typescript": "6.0.3",
"vitest": "4.1.10"
}
}