-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.55 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.55 KB
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
65
{
"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": {
"@eslint/js": "^10.0.1",
"@stylistic/eslint-plugin": "^5.9.0",
"@types/plist": "^3.0.5",
"@types/yargs": "^17.0.35",
"eslint": "^10.0.2",
"globals": "^17.4.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.56.1"
},
"dependencies": {
"plist": "^3.1.0",
"sharp": "^0.34.5",
"ts-node": "^10.9.2",
"yargs": "^18.0.0"
}
}