25 lines
496 B
JSON
25 lines
496 B
JSON
{
|
|
"name": "@probo/helpers",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "./src/index.ts",
|
|
"scripts": {
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"format": "prettier --write ./src"
|
|
},
|
|
"prettier": "@probo/prettier",
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@probo/prettier": "1.0.0",
|
|
"prettier": "^3.5.3",
|
|
"typescript": "^5.8.3",
|
|
"vitest": "^3.1.3"
|
|
},
|
|
"dependencies": {
|
|
"@probo/coredata": "^1.0.0"
|
|
}
|
|
}
|