Files
peya-explorer/packages/shared/package.json
2026-03-24 00:59:50 +01:00

16 lines
303 B
JSON

{
"name": "@peya-explorer/shared",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "./dist/index.js",
"exports": {
".": "./dist/index.js",
"./load-env": "./dist/load-env.js"
},
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.json"
}
}