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": "",
|
2024-07-23 02:59:41 +00:00
|
|
|
"main": "src/index.ts",
|
|
|
|
"types": "src/index.ts",
|
2024-07-10 02:34:23 +00:00
|
|
|
"scripts": {
|
2024-07-18 17:36:48 +00:00
|
|
|
"test": "mocha",
|
2024-07-16 10:46:44 +00:00
|
|
|
"clean": "rm -rf dist",
|
|
|
|
"superclean": "rm -rf node_modules && rm -rf pnpm-lock.yaml && rm -rf dist"
|
2024-07-10 02:34:23 +00:00
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "Unlicense",
|
|
|
|
"dependencies": {
|
2024-07-18 17:36:48 +00:00
|
|
|
"@futureporn/utils": "workspace:*",
|
2024-07-10 02:34:23 +00:00
|
|
|
"@types/chai": "^4.3.16",
|
|
|
|
"@types/mocha": "^10.0.7",
|
|
|
|
"prevvy": "^7.0.1",
|
2024-07-18 17:36:48 +00:00
|
|
|
"sharp": "^0.33.4"
|
2024-07-10 02:34:23 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"chai": "^5.1.1",
|
2024-08-13 21:18:01 +00:00
|
|
|
"mocha": "^10.6.0",
|
|
|
|
"tsx": "^4.17.0"
|
2024-07-10 02:34:23 +00:00
|
|
|
}
|
|
|
|
}
|