fp/packages/image/package.json

27 lines
556 B
JSON
Raw Normal View History

2024-07-10 02:34:23 +00:00
{
2024-07-15 16:07:04 +00:00
"name": "@futureporn/image",
2024-07-10 02:34:23 +00:00
"type": "module",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2024-07-14 16:22:30 +00:00
"test": "echo \"Warn: no test specified\" && exit 0"
2024-07-10 02:34:23 +00:00
},
"keywords": [],
"author": "",
"license": "Unlicense",
"dependencies": {
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.7",
"prevvy": "^7.0.1",
"sharp": "^0.33.4",
2024-07-15 16:07:04 +00:00
"@futureporn/utils": "workspace:^"
2024-07-10 02:34:23 +00:00
},
"devDependencies": {
"chai": "^5.1.1",
"mocha": "^10.6.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
}
}