UNPKG

@junobuild/cli-tools

Version:

A collection of tools for Juno CLIs and Plugins.

73 lines (72 loc) 1.76 kB
{ "name": "@junobuild/cli-tools", "version": "0.3.1", "description": "A collection of tools for Juno CLIs and Plugins.", "author": "David Dal Busco (https://daviddalbusco.com)", "license": "MIT", "type": "module", "main": "./dist/node/index.mjs", "module": "./dist/node/index.mjs", "types": "./dist/types/index.d.ts", "exports": { ".": { "import": { "types": "./dist/types/index.d.ts", "default": "./dist/node/index.mjs" }, "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/cli-tools" }, "bugs": { "url": "https://github.com/junobuild/juno-js" }, "keywords": [ "blockchain-as-a-service", "baas", "dapps", "dapps-development", "internet computer", "smart-contracts", "web3", "utilities", "utils", "cli" ], "homepage": "https://juno.build", "peerDependencies": { "@dfinity/utils": "^2", "@junobuild/cdn": "*", "@junobuild/config": "*", "esbuild": "^0.25.1" }, "dependencies": { "file-type": "^21.0.0", "listr": "^0.14.3", "mime-types": "^3.0.1", "minimatch": "^10.0.3" }, "devDependencies": { "@types/listr": "^0.14.9", "@types/mime-types": "^3.0.1", "@types/minimatch": "^6.0.0" } }