16 lines
303 B
JSON
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"
|
|
}
|
|
}
|