mirror of https://github.com/buster-so/buster.git
23 lines
462 B
JSON
23 lines
462 B
JSON
{
|
|
"name": "@buster/env-utils",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"typecheck": "tsc --noEmit",
|
|
"dev": "tsc --watch",
|
|
"lint": "biome check"
|
|
},
|
|
"dependencies": {
|
|
"@buster/typescript-config": "workspace:*",
|
|
"dotenv": "^16.6.1"
|
|
}
|
|
} |