Files
blockly/package.json
T
Maribeth Moffatt 3d18026767 chore: fix playground loading and formatting (#9879)
* chore: fix playground loading and formatting

* chore: update eslint rules for new rule
2026-05-15 14:13:03 -04:00

36 lines
909 B
JSON

{
"name": "blockly-repo",
"version": "0.0.0",
"description": "Monorepo for blockly and related packages",
"keywords": [
"blockly"
],
"homepage": "https://blockly.com",
"bugs": {
"url": "https://github.com/RaspberryPiFoundation/blockly/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RaspberryPiFoundation/blockly.git"
},
"license": "Apache-2.0",
"author": "Raspberry Pi Foundation",
"private": true,
"workspaces": [
"packages/*"
],
"devDependencies": {
"@commitlint/cli": "^21.0.1",
"@commitlint/config-conventional": "^21.0.1"
},
"overrides": {
"eslint": "10.3.0",
"prettier": "3.8.3"
},
"scripts": {
"test": "npm run test --ws --if-present",
"lint": "npm run lint --ws --if-present",
"build": "npm run build --ws --if-present",
"format:check": "npm run format:check --ws --if-present"
}
}