{ "name": "@discordeno/cache-plugin", "version": "18.0.0-alpha.1", "main": "./dist/index.js", "types": "./dist/index.d.ts", "type": "module", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/discordeno/discordeno.git" }, "scripts": { "build": "swc src --out-dir dist", "build:type": "tsc --declaration --emitDeclarationOnly --declarationDir dist", "release-build": "yarn build && yarn build:type", "fmt": "eslint --fix \"src/**/*.ts*\"", "lint": "eslint \"src/**/*.ts*\"", "test:unit": "c8 mocha --no-warnings 'tests/**/*.spec.ts'", "test:unit:watch": "mocha --no-warnings --watch --parallel 'tests/**/*.spec.ts'", "test:type": "tsc --noEmit", "test:test-type": "tsc --project tsconfig.test.json" }, "devDependencies": { "@discordeno/bot": "18.0.0-alpha.1", "@discordeno/gateway": "18.0.0-alpha.1", "@swc/cli": "^0.1.57", "@swc/core": "^1.3.21", "@types/chai": "^4", "@types/mocha": "^10", "@types/node": "^18.11.9", "@types/sinon": "^10.0.13", "c8": "^7.12.0", "chai": "^4.3.7", "eslint": "^8.0.1", "eslint-config-discordeno": "*", "mocha": "^10.1.0", "sinon": "^15.0.0", "tsconfig": "*", "typescript": "^4.9.3" } }