barkbyte
Version:
A dog-related utility package
25 lines (24 loc) • 449 B
JSON
{
"name": "barkbyte",
"version": "1.0.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest"
},
"keywords": [
"dog",
"bark",
"pets"
],
"author": "topdogfound",
"license": "ISC",
"description": "A dog-related utility package",
"devDependencies": {
"@types/jest": "^30.0.0",
"jest": "^30.0.4",
"ts-jest": "^29.4.0",
"typescript": "^5.8.3"
}
}