Files
Aaron Dodson fc40ff62ac Rebuild
2024-11-04 12:55:45 -08:00

57 lines
1.4 KiB
JSON

{
"name": "@blockly/theme-highcontrast",
"version": "6.0.7",
"description": "A Blockly high contrast 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",
"highcontrast"
],
"homepage": "https://github.com/google/blockly-samples/tree/master/plugins/theme-highcontrast#readme",
"bugs": {
"url": "https://github.com/google/blockly-samples/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/google/blockly-samples.git",
"directory": "plugins/theme-highcontrast"
},
"license": "Apache-2.0",
"directories": {
"dist": "dist",
"src": "src"
},
"files": [
"dist",
"src"
],
"devDependencies": {
"@blockly/dev-scripts": "^4.0.5"
},
"peerDependencies": {
"blockly": "^11.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://wombat-dressing-room.appspot.com"
},
"engines": {
"node": ">=8.17.0"
},
"gitHead": "7d3e23fe66828ac9448e2ae64697574493549ee3"
}