mirror of
https://github.com/scratchfoundation/scratch-analysis.git
synced 2024-11-21 10:48:15 -05:00
2d40776693
## [2.2.1](https://github.com/scratchfoundation/scratch-analysis/compare/v2.2.0...v2.2.1) (2024-11-07) ### Bug Fixes * fix version number some more ([b0ea4d9
](b0ea4d9475
))
27 lines
760 B
JSON
27 lines
760 B
JSON
{
|
|
"name": "scratch-analysis",
|
|
"version": "2.2.1",
|
|
"description": "Analysis tool for summarizing the structure, composition, and complexity of Scratch programs.",
|
|
"main": "lib/index.js",
|
|
"directories": {
|
|
"lib": "lib",
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "npm run test:lint && npm run test:unit",
|
|
"test:lint": "eslint .",
|
|
"test:unit": "tap --reporter nyan test/unit/*.js --statements=97 --branches=97"
|
|
},
|
|
"author": "Scratch Foundation",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"scratch-parser": "5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/eslint-parser": "^7.5.4",
|
|
"eslint": "^8.16.0",
|
|
"eslint-config-scratch": "^7.0.0",
|
|
"scratch-semantic-release-config": "1.0.8",
|
|
"tap": "^16.2.0"
|
|
}
|
|
}
|