monorepo/packages/urban-dictionary/package.json
2024-12-09 12:01:58 +00:00

22 lines
393 B
JSON

{
"name": "@wyvern/urban-dictionary",
"version": "0.0.0",
"type": "module",
"private": true,
"license": "MIT",
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "tsc --watch",
"build": "tsc",
"typecheck": "tsc --noEmit --skipLibCheck"
},
"exports": {
".": {
"default": "./dist/src/index.js",
"types": "./src/index.ts"
}
}
}