@sodiumlabs/plume-api
Version:
The official Plume API wrapper
66 lines (65 loc) • 1.72 kB
JSON
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@sodiumlabs/plume-api",
"version": "1.9.0",
"description": "The official Plume API wrapper",
"keywords": [
"api",
"bot",
"discord",
"plume",
"plume-api",
"plumeapi",
"sodium",
"sodiumlabs",
"wrapper"
],
"homepage": "https://github.com/sodium-labs/plume-api.js#readme",
"bugs": {
"url": "https://github.com/sodium-labs/plume-api.js/issues"
},
"license": "MIT",
"author": "sodiumlabs",
"repository": {
"type": "git",
"url": "git+https://github.com/sodium-labs/plume-api.js.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"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.55.2",
"@types/node": "^24.10.4",
"oxfmt": "^0.20.0",
"oxlint": "^1.35.0",
"tsup": "^8.5.1",
"typescript": "^5.9.3",
"vitest": "4.0.16"
},
"engines": {
"node": ">=18"
}
}