{ "name": "@biscuitland/rest", "version": "1.0.0", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist/**" ], "scripts": { "build": "tsup", "clean": "rm -rf dist && rm -rf .turbo", "dev": "tsup --watch" }, "dependencies": { "@biscuitland/api-types": "^1.0.0" }, "devDependencies": { "tsup": "^6.1.3" } }