mirror of
https://github.com/scratchfoundation/scratch-analysis.git
synced 2025-07-09 03:04:02 -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.",
|
||||
"main": "lib/index.js",
|
||||
"directories": {
|
||||
"bin": "bin",
|
||||
"lib": "lib",
|
||||
"test": "test"
|
||||
},
|
||||
|
@ -18,8 +17,7 @@
|
|||
"author": "Scratch Foundation",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"scratch-parser": "4.3.2",
|
||||
"yargs": "12.0.5"
|
||||
"scratch-parser": "4.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^10.0.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue