roll20-api-ts
Version:
TypeScript Types for the Roll20 API.
50 lines (49 loc) • 1.14 kB
JSON
{
"name": "roll20-api-ts",
"version": "1.1.0",
"description": "TypeScript Types for the Roll20 API.",
"keywords": [
"Typescript",
"Roll20",
"API"
],
"homepage": "https://github.com/MrReasonable/roll20-api-ts#readme",
"bugs": {
"url": "https://github.com/MrReasonable/roll20-api-ts/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MrReasonable/roll20-api-ts.git"
},
"license": "MIT",
"author": "MrReasonable",
"type": "commonjs",
"main": "dist/index.js",
"scripts": {
"lint": "eslint .",
"typecheck": "tsc --noEmit",
"test:types": "tsc --noEmit -p test-d/tsconfig.json",
"build": "tsc",
"prepublishOnly": "pnpm run build"
},
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./global": {
"types": "./dist/global.d.ts",
"default": "./dist/global.js"
}
},
"files": [
"dist"
],
"devDependencies": {
"@eslint/js": "^9.25.0",
"eslint": "^9.25.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.30.1"
}
}