28 lines
605 B
JSON
28 lines
605 B
JSON
{
|
|
"name": "@futureporn/image",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"scripts": {
|
|
"test": "mocha",
|
|
"clean": "rm -rf dist",
|
|
"superclean": "rm -rf node_modules && rm -rf pnpm-lock.yaml && rm -rf dist"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "Unlicense",
|
|
"dependencies": {
|
|
"@futureporn/utils": "workspace:*",
|
|
"@types/chai": "^4.3.16",
|
|
"@types/mocha": "^10.0.7",
|
|
"prevvy": "^7.0.1",
|
|
"sharp": "^0.33.4"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^5.1.1",
|
|
"mocha": "^10.6.0"
|
|
}
|
|
}
|