@ultrapowa/sc-tools
Version:
A tool to unpack, repack, edit and play 2d animations from Supercell games
36 lines (35 loc) • 1.11 kB
JSON
{
"name": "@ultrapowa/sc-tools",
"version": "2.0.4",
"description": "A tool to unpack, repack, edit and play 2d animations from Supercell games",
"keywords": ["supercell", "sc", "clash of clans", "clash royale", "brawl stars", "boom beach", "hay day", "reverse"],
"type": "module",
"files": ["/lib/**/*"],
"main": "lib/index.mjs",
"repository": {
"type": "git",
"url": "git+https://github.com/jeanbmar/sc-tools.git"
},
"author": "Jean-Baptiste Martin",
"license": "MIT",
"homepage": "https://github.com/jeanbmar/sc-tools",
"dependencies": {
"upng": "photopea/UPNG.js",
"sc-compression": "^2.0.2",
"delaunator": "^5.0.0",
"fs-extra": "^10.1.0",
"gl": "^5.0.3",
"gl-constants": "^1.0.0",
"glob": "^8.0.3",
"point-in-polygon": "^1.1.0",
"smart-buffer": "^4.2.0"
},
"devDependencies": {
"eslint": "^8.25.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1"
}
}