UNPKG

@mercnet/windmill

Version:

Windmill integration adapter for MercNet GraphQL API

57 lines 1.13 kB
{ "name": "@mercnet/windmill", "version": "1.0.5", "description": "Windmill integration adapter for MercNet GraphQL API", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "files": [ "dist", "README.md" ], "keywords": [ "mercnet", "windmill", "graphql", "trading", "api", "adapter" ], "author": "The Rocketeer", "license": "MIT", "peerDependencies": { "typescript": ">=5.0.0" }, "dependencies": { "@mercnet/core": "0.1.1" }, "devDependencies": { "tsup": "^8.5.0", "typescript": "^5.8.3" }, "repository": { "type": "git", "url": "https://github.com/mercnet/mercnet-v2", "directory": "packages/windmill" }, "engines": { "node": ">=18.0.0" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsup", "dev": "tsup --watch", "type-check": "tsc --noEmit", "clean": "rm -rf dist" } }