mirror of
https://github.com/scratchfoundation/scratch-storage.git
synced 2024-11-14 19:25:32 -05:00
76 lines
2.5 KiB
JSON
76 lines
2.5 KiB
JSON
{
|
|
"name": "scratch-storage",
|
|
"version": "2.3.284",
|
|
"description": "Load and store project and asset files for Scratch 3.0",
|
|
"license": "BSD-3-Clause",
|
|
"homepage": "https://github.com/scratchfoundation/scratch-storage#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/scratchfoundation/scratch-storage.git",
|
|
"sha": "6285d012425f3de521aad5a849f31f52721d096c"
|
|
},
|
|
"main": "./dist/node/scratch-storage.js",
|
|
"browser": "./dist/web/scratch-storage.js",
|
|
"types": "./dist/types/index.d.ts",
|
|
"scripts": {
|
|
"build": "rimraf dist && webpack --mode=production",
|
|
"commitmsg": "commitlint -e $GIT_PARAMS",
|
|
"coverage": "tap ./test/{unit,integration}/*.js --coverage --coverage-report=lcov",
|
|
"prepare": "husky install",
|
|
"semantic-release": "semantic-release",
|
|
"test": "npm run test:lint && jest \"test[\\\\/](unit|integration)\"",
|
|
"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",
|
|
"arraybuffer-loader": "^1.0.3",
|
|
"base64-js": "^1.3.0",
|
|
"cross-fetch": "^3.1.5",
|
|
"fastestsmallesttextencoderdecoder": "^1.0.7",
|
|
"js-md5": "^0.7.3",
|
|
"minilog": "^3.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.25.8",
|
|
"@babel/plugin-transform-runtime": "7.25.7",
|
|
"@babel/polyfill": "7.12.1",
|
|
"@babel/preset-env": "7.25.8",
|
|
"@commitlint/cli": "18.6.1",
|
|
"@commitlint/config-conventional": "18.6.3",
|
|
"@commitlint/travis-cli": "8.3.6",
|
|
"@types/jest": "^29.5.13",
|
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
"babel-loader": "9.1.3",
|
|
"buffer": "6.0.3",
|
|
"eslint": "8.57.1",
|
|
"eslint-config-scratch": "9.0.9",
|
|
"eslint-plugin-jest": "27.9.0",
|
|
"eslint-plugin-react": "7.37.1",
|
|
"file-loader": "6.2.0",
|
|
"husky": "8.0.3",
|
|
"jest": "29.7.0",
|
|
"json": "^9.0.4",
|
|
"rimraf": "^6.0.1",
|
|
"scratch-semantic-release-config": "1.0.16",
|
|
"scratch-webpack-configuration": "1.6.0",
|
|
"semantic-release": "19.0.5",
|
|
"ts-jest": "29.2.5",
|
|
"ts-jest-mock-import-meta": "^1.2.0",
|
|
"ts-loader": "9.5.1",
|
|
"webpack": "5.94.0",
|
|
"webpack-cli": "5.1.4"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "cz-conventional-changelog"
|
|
}
|
|
}
|
|
}
|