mirror of
https://github.com/scratchfoundation/scratch-analysis.git
synced 2025-07-08 10:44:52 -04:00
Clean-up package file
This commit is contained in:
parent
590b71a0aa
commit
89e912463c
1 changed files with 1 additions and 3 deletions
|
@ -4,7 +4,6 @@
|
||||||
"description": "Analysis tool for summarizing the structure, composition, and complexity of Scratch programs.",
|
"description": "Analysis tool for summarizing the structure, composition, and complexity of Scratch programs.",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
"bin": "bin",
|
|
||||||
"lib": "lib",
|
"lib": "lib",
|
||||||
"test": "test"
|
"test": "test"
|
||||||
},
|
},
|
||||||
|
@ -18,8 +17,7 @@
|
||||||
"author": "Scratch Foundation",
|
"author": "Scratch Foundation",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"scratch-parser": "4.3.2",
|
"scratch-parser": "4.3.2"
|
||||||
"yargs": "12.0.5"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-eslint": "^10.0.1",
|
"babel-eslint": "^10.0.1",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue