33 lines
764 B
JSON
33 lines
764 B
JSON
{
|
|
"name": "@futureporn/utils",
|
|
"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": "@CJ_Clippy",
|
|
"license": "Unlicense",
|
|
"dependencies": {
|
|
"@futureporn/scout": "workspace:*",
|
|
"@paralleldrive/cuid2": "^2.2.2",
|
|
"@types/node": "^20.14.9",
|
|
"@types/slug": "^5.0.8",
|
|
"p-retry": "^5.1.2",
|
|
"slug": "^9.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "^4.3.16",
|
|
"@types/mocha": "^10.0.7",
|
|
"chai": "^5.1.1",
|
|
"mocha": "^10.6.0",
|
|
"ts-node": "^10.9.2",
|
|
"tsx": "^4.16.2"
|
|
}
|
|
}
|