mirror of
https://github.com/type-challenges/type-challenges.git
synced 2025-12-08 19:06:13 +00:00
16 lines
275 B
JSON
16 lines
275 B
JSON
{
|
|
"name": "@type-challenges/utils",
|
|
"version": "0.1.1",
|
|
"license": "MIT",
|
|
"types": "index.d.ts",
|
|
"files": [
|
|
"index.d.ts"
|
|
],
|
|
"scripts": {
|
|
"release": "pnpx bumpp --commit --tag && pnpm publish"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|