-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 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
{
"name": "@pencil.js/spritesheet-cli",
"version": "1.5.0",
"description": "CLI for @pencil.js/spritesheet",
"keywords": [
"spritesheet",
"texture atlas",
"CLI",
"image",
"pack",
"json"
],
"bin": {
"spritesheet": "src/index.js"
},
"type": "module",
"eslintConfig": {
"extends": "@gmartigny/eslint-config"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pencil-js/spritesheet-cli.git"
},
"publishConfig": {
"access": "public"
},
"author": "GMartigny",
"license": "MIT",
"bugs": {
"url": "https://github.com/pencil-js/spritesheet-cli/issues"
},
"homepage": "https://github.com/pencil-js/spritesheet-cli#readme",
"devDependencies": {
"@gmartigny/eslint-config": "^1.6.0",
"eslint": "^7.23.0"
},
"dependencies": {
"@pencil.js/spritesheet": "^1.5.0",
"glob": "^7.1.6",
"meow": "^9.0.0"
}
}