Files
mrp/shared/package.json
2026-03-14 14:44:40 -05:00

15 lines
333 B
JSON

{
"name": "@mrp/shared",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"dev": "tsc -w -p tsconfig.json",
"build": "tsc -p tsconfig.json",
"test": "vitest run --passWithNoTests",
"lint": "tsc -p tsconfig.json --noEmit"
}
}