UNPKG

@blockly/plugin-cross-tab-copy-paste

Version:
58 lines (57 loc) 1.5 kB
{ "name": "@blockly/plugin-cross-tab-copy-paste", "version": "7.0.1", "description": "Allows you to copy blocks with cross-tab.", "scripts": { "audit:fix": "blockly-scripts auditFix", "build": "blockly-scripts build", "clean": "blockly-scripts clean", "lint": "eslint .", "predeploy": "blockly-scripts predeploy", "prepublishOnly": "npm run clean && npm run build", "start": "blockly-scripts start", "test": "blockly-scripts test" }, "main": "./dist/index.js", "types": "./src/index.d.ts", "module": "./src/index.js", "unpkg": "./dist/index.js", "author": "", "keywords": [ "blockly", "blockly-plugin" ], "homepage": "https://github.com/google/blockly-samples/tree/master/plugins/cross-tab-copy-paste#readme", "bugs": { "url": "https://github.com/google/blockly-samples/issues" }, "repository": { "type": "git", "url": "https://github.com/google/blockly-samples.git", "directory": "plugins/cross-tab-copy-paste" }, "license": "Apache-2.0", "directories": { "dist": "dist", "src": "src" }, "files": [ "dist", "src" ], "devDependencies": { "@blockly/dev-scripts": "^4.0.9", "@blockly/dev-tools": "^9.0.1" }, "peerDependencies": { "blockly": "^12.0.0" }, "publishConfig": { "access": "public", "registry": "https://wombat-dressing-room.appspot.com" }, "engines": { "node": ">=8.17.0" }, "gitHead": "6de782fc0931ccccbeb34d25f9496a86e7015cb3" }