@ruingl/pcall
Version:
Calls your functions protected from errors.
35 lines • 795 B
JSON
{
"name": "@ruingl/pcall",
"version": "2.0.0",
"description": "Calls your functions protected from errors.",
"types": "dist/index.d.ts",
"module": "dist/index.mjs",
"main": "dist/index.js",
"keywords": [
"lua",
"pcall"
],
"repository": {
"type": "git",
"url": "https://github.com/ruingl/pcall.git"
},
"author": "Rui Reogo",
"license": "MIT",
"packageManager": "pnpm@10.12.1",
"devDependencies": {
"@changesets/cli": "^2.29.4",
"@eslint/js": "^9.28.0",
"eslint": "^9.28.0",
"tsup": "^8.5.0",
"tsx": "^4.20.0",
"typedoc": "^0.28.5",
"typescript": "^5.8.3",
"typescript-eslint": "^8.34.0"
},
"scripts": {
"test": "tsx tests/index.test.ts",
"docs": "typedoc",
"build": "tsup",
"lint": "eslint src"
}
}