You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
344 B
18 lines
344 B
{
|
|
"name": "cutpng",
|
|
"version": "1.0.0",
|
|
"description": "lichong",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"deal": "node index.js",
|
|
"dealtest": "node indextest.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"image-size": "^1.1.1",
|
|
"jimp": "^0.22.10",
|
|
"lodash": "^4.17.21",
|
|
"progress": "^2.0.3"
|
|
}
|
|
}
|
|
|