@sodiumlabs/gdapi
Version:
An unofficial Geometry Dash API wrapper
66 lines (65 loc) • 1.69 kB
JSON
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@sodiumlabs/gdapi",
"version": "1.0.3",
"description": "An unofficial Geometry Dash API wrapper",
"keywords": [
"api",
"dash",
"gd",
"geometry",
"sodium",
"sodiumlabs",
"wrapper"
],
"homepage": "https://github.com/sodium-labs/gdapi#readme",
"bugs": {
"url": "https://github.com/sodium-labs/gdapi/issues"
},
"license": "MIT",
"author": "sodiumlabs",
"repository": {
"type": "git",
"url": "git+https://github.com/sodium-labs/gdapi.git"
},
"files": [
"dist"
],
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
}
}
},
"scripts": {
"build": "tsup",
"build:docs": "tsc -p tsconfig.docs.json",
"lint": "tsc --noEmit && oxlint && oxfmt --check",
"fmt": "oxfmt",
"test": "vitest",
"docs": "npm run build:docs && api-extractor run --local"
},
"dependencies": {
"zod": "^3.25.63"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.55.2",
"@types/node": "^25.0.3",
"oxfmt": "^0.21.0",
"oxlint": "^1.36.0",
"tsup": "^8.5.1",
"typescript": "^5.9.3"
},
"engines": {
"node": ">=18"
}
}