shartjs
Version:
When your app crashes, it farts. That's it.
48 lines • 961 B
JSON
{
"name": "shartjs",
"version": "1.1.2",
"description": "When your app crashes, it farts. That's it.",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"files": [
"dist",
"farts"
],
"engines": {
"node": ">=18"
},
"keywords": [
"fart",
"crash",
"error handling",
"crash handling",
"humor",
"funny"
],
"author": "Parth Koshti",
"license": "MIT",
"dependencies": {
"chalk": "^5.4.1",
"execa": "^9.6.0"
},
"devDependencies": {
"@types/node": "^24.0.7",
"tsup": "^8.5.0",
"tsx": "^4.20.3",
"typescript": "^5.8.3"
},
"scripts": {
"build": "rm -rf dist && tsup",
"test": "tsx test/test.ts",
"release": "pnpm run build && pnpm publish --access public"
}
}