@h3ravel/shared
Version:
Shared Utilities.
57 lines • 1.24 kB
JSON
{
"name": "@h3ravel/shared",
"version": "0.17.1",
"description": "Shared Utilities.",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
},
"./tsconfig.json": "./tsconfig.json"
},
"files": [
"dist",
"tsconfig.json"
],
"publishConfig": {
"access": "public"
},
"homepage": "https://h3ravel.toneflix.net",
"repository": {
"type": "git",
"url": "git+https://github.com/h3ravel/framework.git",
"directory": "packages/shared"
},
"keywords": [
"h3ravel",
"modern",
"web",
"H3",
"framework",
"nodejs",
"typescript",
"laravel"
],
"dependencies": {
"h3": "^2.0.0-beta.1",
"edge.js": "^6.3.0"
},
"devDependencies": {
"fetchdts": "^0.1.6",
"install": "^0.13.0",
"pnpm": "^10.14.0"
},
"scripts": {
"build": "tsup",
"barrel": "barrelsby --directory src --delete --singleQuotes",
"dev": "tsx watch src/index.ts",
"start": "node dist/index.js",
"lint": "eslint . --ext .ts",
"test": "jest --passWithNoTests"
}
}