{ "name": "@roostorg/coop-integration-example", "version": "2.0.1", "description": "Example package to show how a custom integration and signal can be used in COOP this is meant to be a reference repository and provide basic determination", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "roost-example-logo.png", "roost-example-with-background.png" ], "scripts": { "build": "tsc", "prepare": "npm run build", "prepublishOnly": "npm run build" }, "keywords": [ "coop", "integration", "plugin", "example" ], "author": "Roostorg", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/roostorg/coop-integration-example.git" }, "bugs": { "url": "https://github.com/roostorg/coop-integration-example/issues" }, "homepage": "https://github.com/roostorg/coop-integration-example#readme", "peerDependencies": { "@roostorg/types": ">=2.0.0" }, "devDependencies": { "@roostorg/types": "^2.0.0", "typescript": "^5.0.0" }, "engines": { "node": ">=18" } }