UNPKG

@bring-it/sample

Version:
59 lines 1.16 kB
{ "name": "@bring-it/sample", "version": "0.5.0", "description": "Generate code sample files", "license": "MIT", "author": { "name": "Eric Chen", "email": "airkro@qq.com" }, "keywords": [ "bring-it", "ci", "cli", "code", "copyright", "generate", "pdf", "sample" ], "homepage": "https://github.com/airkro/bring-it/tree/master/packages/sample", "repository": { "type": "git", "url": "https://github.com/airkro/bring-it.git", "directory": "packages/sample" }, "bugs": { "url": "https://github.com/airkro/bring-it/issues" }, "bin": { "bring-it": "dist/bin.mjs" }, "main": "dist/sub.mjs", "files": [ "dist" ], "type": "module", "dependencies": { "globby": "^14.1.0" }, "peerDependencies": { "playwright-core": "~1.50.1", "@bring-it/cli": "~0.10.0" }, "peerDependenciesMeta": { "playwright-core": { "optional": true } }, "engines": { "node": ">=22.11.0 || ^20.18.1" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "build": "best-shot prod" } }