Files
study_work/packages/share/package.json
T

21 lines
641 B
JSON

{
"name": "@study-work/share",
"version": "1.0.0",
"description": "Shared utilities and types for Study Work packages.",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.json",
"lint": "pnpm lint:eslint && pnpm lint:stylelint",
"lint:eslint": "eslint \"src/**/*.{ts,js}\" --cache",
"lint:stylelint": "stylelint \"src/**/*.{css,less,scss}\" --cache --allow-empty-input",
"test": "echo \"No tests configured for @study-work/share\""
},
"license": "ISC",
"packageManager": "pnpm@10.33.0",
"devDependencies": {
"typescript": "6.0.3"
}
}