UNPKG

@junobuild/admin

Version:

A library for interfacing with admin features of Juno

64 lines (63 loc) 1.56 kB
{ "name": "@junobuild/admin", "version": "4.3.3", "description": "A library for interfacing with admin features of Juno", "author": "David Dal Busco (https://daviddalbusco.com)", "license": "MIT", "type": "module", "main": "./dist/node/index.mjs", "module": "./dist/browser/index.js", "types": "./dist/types/index.d.ts", "exports": { ".": { "import": { "types": "./dist/types/index.d.ts", "default": "./dist/browser/index.js" }, "require": { "types": "./dist/types/index.d.ts", "default": "./dist/node/index.mjs" } } }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "rmdir": "node ../../scripts/rmdir.mjs", "ts-declaration": "tsc --emitDeclarationOnly --outDir dist/types", "build": "npm run rmdir && mkdir -p dist && node esbuild.mjs && npm run ts-declaration", "prepack": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/junobuild/juno-js.git", "directory": "packages/admin" }, "bugs": { "url": "https://github.com/junobuild/juno-js" }, "keywords": [ "serverless", "serverless-functions", "wasm", "self-hosted", "cloud", "auth", "storage", "database", "hosting" ], "homepage": "https://juno.build", "peerDependencies": { "@icp-sdk/canisters": "^3.3", "@icp-sdk/core": "^5", "@junobuild/config": "*", "@junobuild/ic-client": "^8.1", "@junobuild/utils": "^1.0.2", "semver": "7.*", "zod": "^4.3" } }