scratchcloud
Version:
A powerful Node.js library for Scratch cloud manipulation
28 lines (27 loc) • 680 B
JSON
{
"name": "scratchcloud",
"version": "1.3.0",
"description": "A powerful Node.js library for Scratch cloud manipulation",
"main": "index.js",
"dependencies": {
"node-fetch": "^2.6.1",
"ws": "^7.4.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AmazingMech2418/ScratchCloud.git"
},
"keywords": [
"Scratch"
],
"author": "AmazingMech2418",
"license": "MIT",
"bugs": {
"url": "https://github.com/AmazingMech2418/ScratchCloud/issues"
},
"homepage": "https://github.com/AmazingMech2418/ScratchCloud#readme"
}