18 lines
352 B
JSON
Raw Permalink Normal View History

2026-05-20 21:39:12 +08:00
{
2026-05-21 09:08:59 +08:00
"name": "@gpu-guard/shared",
2026-05-20 21:39:12 +08:00
"version": "0.1.0",
"type": "module",
"main": "./index.ts",
"types": "./index.ts",
"exports": {
".": "./index.ts",
"./types": "./types/index.ts",
"./constants": "./constants/index.ts",
"./utils": "./utils/index.ts"
},
"scripts": {},
"devDependencies": {
"typescript": "^5.3.3"
}
}