geasty
Version:
Simple and easy to use Gist API client
55 lines (54 loc) • 1.19 kB
JSON
{
"name": "geasty",
"type": "module",
"version": "0.0.6",
"packageManager": "pnpm@10.17.1",
"description": "Simple and easy to use Gist API client",
"author": "Moozon <muzhenweizh@gmail.com>",
"license": "MIT",
"homepage": "http://github.com/moo-w/geasty#readme",
"repository": {
"type": "git",
"url": "git+github.com/moo-w/geasty.git"
},
"keywords": [
"gist",
"github",
"api"
],
"sideEffects": false,
"exports": {
".": "./dist/index.mjs"
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.mts",
"files": [
"dist"
],
"scripts": {
"dev": "tsdown --watch",
"build": "tsdown",
"test": "vitest",
"typecheck": "tsc --noEmit",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepublishOnly": "nr build",
"release": "bumpp && npm publish"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"ofetch": "^1.4.1"
},
"devDependencies": {
"@antfu/eslint-config": "^5.4.1",
"bumpp": "^10.2.3",
"eslint": "^9.36.0",
"taze": "^19.7.0",
"tsdown": "^0.15.5",
"typescript": "^5.9.2",
"vitest": "^3.2.4"
}
}