30 lines
708 B
JSON
30 lines
708 B
JSON
{
|
|
"name": "@futureporn/utils",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Warn: no test specified\" && exit 0",
|
|
"clean": "rm -rf dist",
|
|
"superclean": "rm -rf node_modules && rm -rf pnpm-lock.yaml && rm -rf dist"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "Unlicense",
|
|
"dependencies": {
|
|
"@paralleldrive/cuid2": "^2.2.2",
|
|
"@types/node": "^20.14.9",
|
|
"p-retry": "^5.1.2",
|
|
"@futureporn/scout": "workspace:*",
|
|
"slugify": "^1.6.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "^4.3.16",
|
|
"@types/mocha": "^10.0.7",
|
|
"chai": "^5.1.1",
|
|
"mocha": "^10.6.0",
|
|
"ts-node": "^10.9.2"
|
|
}
|
|
}
|