35 lines
761 B
JSON
35 lines
761 B
JSON
{
|
|
"name": "@futureporn/utils",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"exports": {
|
|
"./*.ts": "./src/*.ts"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha",
|
|
"clean": "rm -rf dist",
|
|
"superclean": "rm -rf node_modules && rm -rf pnpm-lock.yaml && rm -rf dist"
|
|
},
|
|
"keywords": [],
|
|
"author": "@CJ_Clippy",
|
|
"license": "Unlicense",
|
|
"dependencies": {
|
|
"@paralleldrive/cuid2": "^2.2.2",
|
|
"@types/node": "^22.5.2",
|
|
"@types/slug": "^5.0.9",
|
|
"p-retry": "^6.2.0",
|
|
"prevvy": "^8.0.1",
|
|
"sharp": "^0.33.5",
|
|
"slug": "^9.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "^4.3.19",
|
|
"@types/mocha": "^10.0.7",
|
|
"chai": "^5.1.1",
|
|
"mocha": "^10.7.3",
|
|
"ts-node": "^10.9.2",
|
|
"tsx": "^4.19.0"
|
|
}
|
|
}
|