UNPKG

ghoststools

Version:

A collection of functions (tools) I commonly use

58 lines (57 loc) 1.32 kB
{ "name": "ghoststools", "description": "A collection of functions (tools) I commonly use", "version": "0.6.3", "author": "GHOST", "license": "MIT", "type": "module", "main": "dist/index.cjs", "module": "dist/index.js", "exports": { ".": { "require": "./dist/index.cjs", "import": "./dist/index.js" } }, "types": "dist/index.d.ts", "files": [ "dist", "LICENSE", "README.md" ], "scripts": { "dev": "run-p dev:*", "dev:ts": "tsup-node --watch src", "dev:nodemon": "nodemon dev/index.js", "build": "tsup-node", "docs": "typedoc src/index.ts --theme minimal", "test": "run-s test:*", "test:build-lib": "npm run build", "test:test": "uvu tests" }, "devDependencies": { "@types/node": "^15.12.2", "discord.js": "^12.5.3", "nodemon": "^2.0.7", "npm-run-all": "^4.1.5", "tsup": "^4.12.0", "typedoc": "^0.21.2", "typescript": "^4.3.2", "uvu": "^0.5.1" }, "repository": { "type": "git", "url": "git+https://github.com/ghostdevv/ghoststools.git" }, "keywords": [ "GHOST", "ghost", "tools", "ghoststools", "GHOSTstools" ], "bugs": { "url": "https://github.com/ghostdevv/ghoststools/issues" }, "homepage": "https://github.com/ghostdevv/ghoststools#readme" }