UNPKG

@blockly/theme-dark

Version:
56 lines (55 loc) 1.35 kB
{ "name": "@blockly/theme-dark", "version": "8.0.4", "description": "A Blockly dark theme.", "scripts": { "audit:fix": "blockly-scripts auditFix", "build": "blockly-scripts build", "clean": "blockly-scripts clean", "lint": "eslint .", "predeploy": "blockly-scripts predeploy", "start": "blockly-scripts start", "test": "blockly-scripts test" }, "main": "./dist/index.js", "module": "./src/index.js", "unpkg": "./dist/index.js", "author": "Blockly Team", "keywords": [ "blockly", "blockly-plugin", "blockly-theme", "dark" ], "homepage": "https://github.com/RaspberryPiFoundation/blockly-samples/tree/master/plugins/theme-dark#readme", "bugs": { "url": "https://github.com/RaspberryPiFoundation/blockly-samples/issues" }, "repository": { "type": "git", "url": "https://github.com/RaspberryPiFoundation/blockly-samples.git", "directory": "plugins/theme-dark" }, "license": "Apache-2.0", "directories": { "dist": "dist", "src": "src" }, "files": [ "dist", "src" ], "devDependencies": { "@blockly/dev-scripts": "^4.0.12" }, "peerDependencies": { "blockly": "^12.0.0" }, "publishConfig": { "access": "public" }, "engines": { "node": ">=8.17.0" }, "gitHead": "d37ef17380cd49585c1139cb1ebf59714e29d2ab" }