| 12345678910111213141516171819202122 |
- {
- "name": "@dotouch/shared",
- "version": "0.0.1",
- "private": true,
- "description": "DoTouch.AI shared types and constants",
- "main": "./dist/index.js",
- "types": "./dist/index.d.ts",
- "exports": {
- ".": {
- "import": "./dist/index.js",
- "types": "./dist/index.d.ts"
- }
- },
- "scripts": {
- "build": "tsc",
- "typecheck": "tsc --noEmit",
- "watch": "tsc --watch"
- },
- "devDependencies": {
- "typescript": "^5.7.0"
- }
- }
|