UNPKG

@blockly/zoom-to-fit

Version:
56 lines (55 loc) 1.41 kB
{ "name": "@blockly/zoom-to-fit", "version": "7.0.9", "description": "A Blockly plugin that adds a zoom-to-fit control to the workspace.", "scripts": { "audit:fix": "blockly-scripts auditFix", "build": "blockly-scripts build", "clean": "blockly-scripts clean", "lint": "eslint .", "predeploy": "blockly-scripts predeploy", "start": "blockly-scripts start" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "unpkg": "./dist/index.js", "author": "Blockly Team", "keywords": [ "blockly", "blockly-plugin", "zoom-to-fit" ], "homepage": "https://github.com/RaspberryPiFoundation/blockly-samples/tree/master/plugins/zoom-to-fit#readme", "bugs": { "url": "https://github.com/RaspberryPiFoundation/blockly-samples/issues" }, "repository": { "type": "git", "url": "https://github.com/RaspberryPiFoundation/blockly-samples.git", "directory": "plugins/zoom-to-fit" }, "license": "Apache-2.0", "directories": { "dist": "dist", "src": "src" }, "files": [ "dist", "src" ], "devDependencies": { "@blockly/dev-scripts": "^4.0.12", "@blockly/dev-tools": "^9.0.9", "typescript": "^5.4.5" }, "peerDependencies": { "blockly": "^12.0.0" }, "publishConfig": { "access": "public" }, "engines": { "node": ">=8.17.0" }, "gitHead": "d37ef17380cd49585c1139cb1ebf59714e29d2ab" }