UNPKG

scratch-storage

Version:

Load and store project and asset files for Scratch 3.0

75 lines (74 loc) 2.46 kB
{ "name": "scratch-storage", "version": "6.2.0", "description": "Load and store project and asset files for Scratch 3.0", "license": "AGPL-3.0-only", "homepage": "https://github.com/scratchfoundation/scratch-storage#readme", "repository": { "type": "git", "url": "https://github.com/scratchfoundation/scratch-storage.git", "sha": "e53e2d6ee8e4641d3c413acf01e1cc0b4a598d49" }, "main": "./dist/node/scratch-storage.js", "browser": "./dist/web/scratch-storage.js", "types": "./dist/types/index.d.ts", "scripts": { "build": "npm run clean && webpack --mode=production", "clean": "rimraf dist", "commitmsg": "commitlint -e $GIT_PARAMS", "coverage": "tap ./test/{unit,integration}/*.js --coverage --coverage-report=lcov", "prepare": "husky", "semantic-release": "semantic-release", "test": "npm run test:lint && jest \"test[\\\\/](unit|integration)\"", "test:build": "jest \"test[\\\\/]build\"", "test:clearCache": "jest --clearCache", "test:integration": "jest \"test[\\\\/]integration\"", "test:lint": "eslint", "test:unit": "jest \"test[\\\\/]unit\"", "version": "json -f package.json -I -e \"this.repository.sha = '$(git log -n1 --pretty=format:%H)'\"", "watch": "webpack --watch" }, "tap": { "check-coverage": false }, "dependencies": { "@babel/runtime": "^7.21.0", "@scratch/task-herder": "12.7.0", "arraybuffer-loader": "^1.0.3", "base64-js": "^1.3.0", "buffer": "6.0.3", "fastestsmallesttextencoderdecoder": "^1.0.7", "js-md5": "^0.7.3", "minilog": "^3.1.0" }, "devDependencies": { "@babel/core": "7.29.0", "@babel/plugin-transform-runtime": "7.29.0", "@babel/polyfill": "7.12.1", "@babel/preset-env": "7.29.0", "@commitlint/cli": "20.5.0", "@commitlint/config-conventional": "20.5.0", "@types/jest": "29.5.14", "babel-loader": "9.2.1", "eslint": "9.39.4", "eslint-config-scratch": "12.0.51", "file-loader": "6.2.0", "husky": "9.1.7", "jest": "29.7.0", "json": "10.0.0", "rimraf": "6.1.3", "scratch-semantic-release-config": "4.0.1", "scratch-webpack-configuration": "3.1.2", "semantic-release": "25.0.3", "ts-jest": "29.4.6", "ts-jest-mock-import-meta": "1.3.1", "ts-loader": "9.5.4", "webpack": "5.105.4", "webpack-cli": "5.1.4" }, "config": { "commitizen": { "path": "cz-conventional-changelog" } } }