mirror of
https://github.com/google/blockly.git
synced 2026-02-10 09:30:11 +01:00
33 lines
840 B
JSON
33 lines
840 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": "^20.1.0",
|
|
"@commitlint/config-conventional": "^20.0.0"
|
|
},
|
|
"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"
|
|
}
|
|
}
|