UNPKG

@blockly/block-test

Version:
55 lines (54 loc) 1.33 kB
{ "name": "@blockly/block-test", "version": "7.0.5", "description": "A group of Blockly test blocks.", "scripts": { "audit:fix": "blockly-scripts auditFix", "build": "blockly-scripts build", "clean": "blockly-scripts clean", "lint": "eslint .", "prepublishOnly": "npm run clean && npm run build", "start": "blockly-scripts start" }, "main": "./dist/index.js", "module": "./src/index.js", "unpkg": "./dist/index.js", "author": "Blockly Team", "keywords": [ "blockly", "blockly-plugin", "blockly-block", "test" ], "homepage": "https://github.com/RaspberryPiFoundation/blockly-samples/tree/master/plugins/block-test#readme", "bugs": { "url": "https://github.com/RaspberryPiFoundation/blockly-samples/issues" }, "repository": { "type": "git", "url": "https://github.com/RaspberryPiFoundation/blockly-samples.git", "directory": "plugins/block-test" }, "license": "Apache 2.0", "directories": { "dist": "dist", "src": "src" }, "files": [ "dist", "src" ], "devDependencies": { "@blockly/dev-scripts": "^4.0.11" }, "peerDependencies": { "blockly": "^12.0.0" }, "publishConfig": { "access": "public" }, "engines": { "node": ">=8.17.0" }, "gitHead": "a2e62db64cb768723367d92034b51ad730ec8c72" }