{ "name": "@theoryofnekomata/uuid-buffer", "version": "0.1.0", "types": "dist/types/index.d.ts", "main": "dist/cjs/production/index.js", "module": "dist/esm/production/index.js", "publishing": { "github": { "repository": "https://github.com/TheoryOfNekomata/uuid-buffer.git", "publishConfig": { "registry": "https://npm.pkg.github.com" } }, "master": { "repository": "https://code.modal.sh/TheoryOfNekomata/uuid-buffer.git", "publishConfig": { "registry": "https://js.pack.modal.sh" } }, "npm": { "publishConfig": { "registry": "https://registry.npmjs.com" } } }, "exports": { ".": { "development": { "require": "./dist/cjs/development/index.js", "import": "./dist/esm/development/index.js" }, "require": "./dist/cjs/production/index.js", "import": "./dist/esm/production/index.js", "types": "./dist/types/index.d.ts" }, "./dev": { "production": { "require": "./dist/cjs/production/index.js", "import": "./dist/esm/production/index.js" }, "require": "./dist/cjs/development/index.js", "import": "./dist/esm/development/index.js", "types": "./dist/types/index.d.ts" }, "./esm": { "development": "./dist/esm/development/index.js", "production": "./dist/esm/production/index.js", "default": "./dist/esm/production/index.js", "types": "./dist/types/index.d.ts" }, "./cjs": { "development": "./dist/cjs/development/index.js", "production": "./dist/cjs/production/index.js", "default": "./dist/cjs/production/index.js", "types": "./dist/types/index.d.ts" } }, "files": [ "dist", "src" ], "engines": { "node": ">=10" }, "license": "MIT", "keywords": [ "pridepack" ], "devDependencies": { "@types/node": "^17.0.25", "eslint": "^8.13.0", "eslint-config-lxsmnsyc": "^0.4.0", "pridepack": "1.1.1", "tslib": "^2.4.0", "typescript": "^4.6.3", "vitest": "^0.9.4" }, "scripts": { "prepublishOnly": "pridepack clean && pridepack build", "build": "pridepack build", "type-check": "pridepack check", "lint": "pridepack lint", "clean": "pridepack clean", "watch": "pridepack watch", "start": "pridepack start", "dev": "pridepack dev", "test": "vitest" }, "private": false, "description": "UUID as a buffer.", "repository": { "url": "https://code.modal.sh/TheoryOfNekomata/uuid-buffer", "type": "git" }, "homepage": "https://code.modal.sh/TheoryOfNekomata/uuid-buffer", "bugs": { "url": "https://code.modal.sh/TheoryOfNekomata/uuid-buffer/issues" }, "author": "TheoryOfNekomata ", "publishConfig": { "access": "public" }, "dependencies": { "@types/uuid": "^8.3.4", "uuid": "^8.3.2" } }