aura/packages/config/package.json
2025-04-26 02:29:14 +01:00

22 lines
436 B
JSON

{
"name": "@aura/config",
"version": "0.0.0",
"private": true,
"license": "MIT",
"type": "module",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc --skipLibCheck"
},
"dependencies": {
"@aura/tsconfig": "workspace:*"
},
"exports": {
".": {
"default": "./dist/index.js",
"types": "./src/index.ts"
}
}
}