Collaborative-pixel-art/shared/package.json
2025-08-22 19:28:05 +02:00

20 lines
No EOL
448 B
JSON

{
"name": "@gaplace/shared",
"version": "1.0.0",
"description": "Shared types and utilities for GaPlace",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"clean": "rm -rf dist",
"type-check": "tsc --noEmit",
"lint": "eslint src --ext .ts,.tsx"
},
"devDependencies": {
"typescript": "^5.3.3"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}