UNPKG

dsabp-js

Version:

DSA (drednot.io) Blueprint implementation and API for Node.js and the browser, in TypeScript.

60 lines (59 loc) 1.48 kB
{ "name": "dsabp-js", "version": "0.4.11", "description": "DSA (drednot.io) Blueprint implementation and API for Node.js and the browser, in TypeScript.", "homepage": "https://github.com/Blueyescat/dsabp-js", "bugs": "https://github.com/Blueyescat/dsabp-js/issues", "author": "Blueyescat <blueyescat123@gmail.com>", "license": "MIT", "type": "module", "main": "./dist/node/cjs/index.cjs", "types": "./dist/index.d.ts", "exports": { ".": { "browser": "./dist/browser/esm/index.js", "default": "./dist/node/cjs/index.cjs" }, "./dev": "./dist/tsc/index.js" }, "typesVersions": { "*": { "dev": [ "./dist/tsc/index.d.ts" ], "*": [ "./dist/index.d.ts" ] } }, "files": [ "dist/", "!dist/tsc/" ], "scripts": { "start": "tsc -w", "build:dev": "tsc", "build": "node --no-warnings build.js", "docs": "typedoc --options ./.typedoc/config.json" }, "devDependencies": { "@types/node": "^22.12.0", "@typescript-eslint/eslint-plugin": "^8.22.0", "@typescript-eslint/parser": "^8.22.0", "dts-bundle-generator": "^9.5.1", "esbuild": "^0.24.2", "eslint": "^9.19.0", "fflate": "^0.8.2", "typedoc": "^0.27.6", "typescript": "^5.7.3" }, "keywords": [ "Deep Space Airships", "Blueprint", "drednot.io", "DSA", "Dredark", "node", "browser" ] }