mirror of
https://github.com/Afilmory/afilmory
synced 2026-02-01 22:48:17 +00:00
35 lines
655 B
JSON
35 lines
655 B
JSON
{
|
|
"name": "@photo-gallery/webgl-viewer",
|
|
"type": "module",
|
|
"version": "0.1.0",
|
|
"packageManager": "pnpm@10.11.1",
|
|
"description": "",
|
|
"author": "Innei",
|
|
"license": "MIT",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"main": "./src/index.ts",
|
|
"scripts": {
|
|
"build": "tsdown"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "19.1.6",
|
|
"nbump": "2.1.2",
|
|
"tsdown": "0.12.6"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"main": "./dist/index.js",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
}
|
|
}
|
|
}
|