Files
discord-clone/node_modules/@zhead/schema/package.json
2023-01-03 09:29:04 -06:00

40 lines
927 B
JSON

{
"name": "@zhead/schema",
"version": "1.0.9",
"packageManager": "pnpm@7.8.0",
"author": "Harlan Wilton <harlan@harlanzw.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/harlan-zw",
"homepage": "https://github.com/harlan-zw/zhead#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/harlan-zw/zhead.git",
"directory": "packages/schema"
},
"bugs": {
"url": "https://github.com/harlan-zw/zhead/issues"
},
"keywords": [
"head",
"types"
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
}
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "unbuild .",
"stub": "unbuild . --stub",
"export:sizes": "npx export-size . -r"
}
}