Update package.json build and main paths

This commit is contained in:
ukrocks007 2024-02-09 18:14:48 +05:30
parent 5b9d91b5ea
commit 18aab06524
1 changed files with 5 additions and 3 deletions

View File

@ -3,14 +3,16 @@
"version": "0.0.0",
"description": "Package to deliver security logs to different SIEMs and other destination",
"scripts": {
"build": "tsc -p tsconfig.build.json"
"build": "tsc -p tsconfig.build.json",
"prepublishOnly": "npm run build",
"sort": "npx sort-package-json"
},
"repository": {
"type": "git",
"url": "https://github.com/boxyhq/jackson.git"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "src/index.ts",
"types": "src/index.ts",
"files": [
"dist",
"ENTERPRISE.md",