-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
64 lines (64 loc) · 1.53 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "texture-unpacker",
"version": "0.1.0",
"description": "TextureUnpacker Node.js TypeScript tool",
"main": "unpacker.ts",
"scripts": {
"unpack": "ts-node unpacker.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pavle-goloskokovic/texture-unpacker.git"
},
"keywords": [
"texture",
"packer",
"texturepacker",
"codeandweb",
"unpacker",
"textureunpacker",
"pack",
"unpack",
"atlas",
"textureatlas",
"png",
"json",
"plist",
"phaser",
"phaser3",
"pixi",
"pixijs",
"pixi-js",
"cocos",
"cocos2d",
"cocos2d-x",
"python",
"node",
"nodejs",
"js",
"javascript",
"ts",
"typescript"
],
"author": "Pavle Goloskoković",
"license": "MIT",
"bugs": {
"url": "https://github.com/pavle-goloskokovic/texture-unpacker/issues"
},
"homepage": "https://github.com/pavle-goloskokovic/texture-unpacker#readme",
"devDependencies": {
"@types/plist": "^3.0.5",
"@types/sharp": "^0.32.0",
"@types/yargs": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"eslint": "^8.57.0",
"eslint-plugin-brace-rules": "^0.1.6",
"typescript": "^5.6.2"
},
"dependencies": {
"plist": "^3.1.0",
"sharp": "^0.33.5",
"ts-node": "^10.9.2",
"yargs": "^17.7.2"
}
}