61 lines
1.4 KiB
JSON
61 lines
1.4 KiB
JSON
{
|
|
"name": "@bitsquare/nopy-cubes",
|
|
"version": "0.5.0",
|
|
"description": "Authoring types for nopy cubes: the Manifest factory and the Cube contract.",
|
|
"keywords": [
|
|
"nopy",
|
|
"pyinfra",
|
|
"deployment",
|
|
"infrastructure"
|
|
],
|
|
"license": "MIT",
|
|
"author": "bitsquare",
|
|
"type": "module",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://gitea.bitsquare.dev/BitSquare/ansiblings.git",
|
|
"directory": "packages/nopy-cubes"
|
|
},
|
|
"homepage": "https://gitea.bitsquare.dev/BitSquare/ansiblings/src/branch/main/packages/nopy-cubes",
|
|
"bugs": {
|
|
"url": "https://gitea.bitsquare.dev/BitSquare/ansiblings/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=22"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"README.md",
|
|
"LICENSE"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"clean": "rm -rf dist .tsbuildinfo",
|
|
"build": "tsc",
|
|
"prepack": "pnpm run build",
|
|
"link:local": "pnpm run build && npm link",
|
|
"test": "vitest run",
|
|
"test:coverage": "vitest run --coverage",
|
|
"test:watch": "vitest"
|
|
},
|
|
"peerDependencies": {
|
|
"zod": "^4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^26.1.1",
|
|
"@vitest/coverage-v8": "^4.1.10",
|
|
"typescript": "^7.0.2",
|
|
"vitest": "^4.1.10",
|
|
"zod": "^4.4.3"
|
|
}
|
|
}
|