Files
YTChatHub/packages/shared/package.json
T

15 lines
343 B
JSON

{
"name": "shared",
"version": "0.1.0",
"private": true,
"description": "Shared types and schemas.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "tsc --watch -p tsconfig.json",
"build": "tsc -p tsconfig.json",
"start": "node dist/index.js",
"lint": "eslint 'src/**/*.{ts,tsx}'"
}
}