-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.45 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
{
"name": "sprit",
"version": "2.7.3",
"description": "a image sprite generator",
"repository": "https://github.com/NiceLabs/sprit",
"license": "MIT",
"author": "Septs",
"main": "./dist/index.js",
"scripts": {
"build": "rimraf dist && tsc",
"lint": "eslint --ext .ts --fix .",
"prepublishOnly": "npm run build",
"test": "mocha"
},
"dependencies": {
"bin-pack": "^1.0.2",
"css-generator": "^1.0.1",
"image-size": "^1.0.0",
"jimp": "^0.16.1",
"lodash": "^4.17.21",
"through2": "^4.0.2",
"vinyl": "^2.2.1",
"vinyl-fs": "^3.0.3"
},
"devDependencies": {
"@types/bin-pack": "^1.0.0",
"@types/chai": "^4.2.15",
"@types/css-generator": "^1.0.0",
"@types/eslint": "^7.2.6",
"@types/folder-hash": "^4.0.1",
"@types/lodash": "^4.14.168",
"@types/mocha": "^8.2.1",
"@types/node": "^16.3.3",
"@types/prettier": "^2.2.1",
"@types/rimraf": "^3.0.0",
"@types/through2": "^2.0.36",
"@types/vinyl": "^2.0.4",
"@types/vinyl-fs": "^2.4.11",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"canvas": "^2.8.0",
"chai": "^4.2.0",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"folder-hash": "^4.0.0",
"mocha": "^9.0.2",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"ts-node": "^10.1.0",
"typescript": "^4.0.2"
},
"engine": "node >= 8"
}