UNPKG

@genart-api/adapter-fxhash

Version:

GenArtAPI platform adapter for fxhash.xyz

46 lines 1.09 kB
{ "name": "@genart-api/adapter-fxhash", "version": "0.33.0", "description": "GenArtAPI platform adapter for fxhash.xyz", "repository": { "type": "git", "url": "https://github.com/thi-ng/genart-api.git" }, "homepage": "https://thi.ng/genart-api", "author": "Karsten Schmidt (https://thi.ng)", "license": "MIT", "type": "module", "scripts": { "build": "node ../../tools/build.js src/index.ts adapter-fxhash", "build:types": "tsc -d --emitDeclarationOnly --noEmit false", "build:dist": "node ../../tools/build-dist.js", "clean": "bun ../../tools/clean-package.js", "doc": "typedoc", "publish": "yarn npm publish --access public" }, "dependencies": { "@genart-api/core": "^0.33.0" }, "devDependencies": { "esbuild": "^0.25.9", "typedoc": "^0.28.12", "typescript": "^5.9.2" }, "publishConfig": { "access": "public" }, "files": [ "./*.js", "./*.d.ts" ], "keywords": [ "adapter", "art", "fxhash", "genart", "generative", "genart-api", "parameters", "platform" ] }