27 lines
533 B
JSON
27 lines
533 B
JSON
|
{
|
||
|
"name": "image",
|
||
|
"type": "module",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "Unlicense",
|
||
|
"dependencies": {
|
||
|
"@types/chai": "^4.3.16",
|
||
|
"@types/mocha": "^10.0.7",
|
||
|
"prevvy": "^7.0.1",
|
||
|
"sharp": "^0.33.4",
|
||
|
"utils": "workspace:^"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"chai": "^5.1.1",
|
||
|
"mocha": "^10.6.0",
|
||
|
"ts-node": "^10.9.2",
|
||
|
"typescript": "^5.5.3"
|
||
|
}
|
||
|
}
|