{ "name": "@aragon/staged-proposal-processor-plugin-artifacts", "author": "Aragon X", "version": "1.1.7", "repository": { "type": "git", "url": "https://github.com/aragon/staged-proposal-processor-plugin", "directory": "npm-artifacts" }, "homepage": "https://github.com/aragon/staged-proposal-processor-plugin/tree/main/npm-artifacts#readme", "license": "AGPL-3.0-or-later", "description": "The ABI definition of the Staged Proposal Processor plugin", "typings": "dist/index.d.ts", "main": "dist/index.js", "files": [ "dist" ], "publishConfig": { "access": "public" }, "scripts": { "build": "pnpm run prepare-abi && rm -Rf dist && ./node_modules/.bin/tsc -p tsconfig.json", "prepare-abi": "bash ./prepare-abi.sh", "sync-addresses": "bash ./sync-addresses.sh ../../osx-commons/configs/src/deployments/json ./src/addresses.json" }, "devDependencies": { "typescript": "^5.5.4" } }