free-tex-packer-core
Version:
Free texture packer core
44 lines (43 loc) • 928 B
JSON
{
"name": "free-tex-packer-core",
"displayName": "Free texture packer",
"version": "0.3.8",
"description": "Free texture packer core",
"url": "http://github.com/odrick/free-tex-packer-core",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "node --test tests/*.test.js"
},
"keywords": [
"texture",
"packer",
"gulp",
"gulpjs",
"gulpplugin",
"texturepacker",
"texture-packer",
"sprites",
"spritesheet",
"export",
"sprite",
"2d"
],
"author": "Oleksandr Norynchak",
"repository": {
"type": "git",
"url": "git+https://github.com/odrick/free-tex-packer-core"
},
"license": "MIT",
"dependencies": {
"@jvitela/mustache-wax": "^1.0.1",
"jimp": "^1.6.1",
"maxrects-packer": "2.7.3",
"mustache": "^4.2.0",
"sharp": "^0.34.5",
"tinify": "^1.5.0"
},
"devDependencies": {
"@types/node": "^13.1.0"
}
}