Skip to content

Commit

Permalink
Rename @time-loop/ent-framework to @clickup/
Browse files Browse the repository at this point in the history
  • Loading branch information
dimikot committed Jan 12, 2024
1 parent c109ce9 commit 2220012
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@time-loop/ent-framework",
"name": "@clickup/ent-framework",
"description": "Graph database library",
"version": "2.10.291",
"license": "MIT",
Expand All @@ -15,26 +15,29 @@
"@swc/helpers": "^0.4.14",
"delay": "^4.4.1",
"fast-typescript-memoize": "^1.0.2",
"lodash": "^4.17.21",
"object-hash": "^2.2.0",
"p-defer": "^3.0.0",
"p-timeout": "^3.2.0",
"pg": "^8.7.1",
"quick-lru": "^5.1.1",
"streaming-iterables": "^7.1.0",
"wait-for-expect": "^3.0.2"
},
"devDependencies": {
"@types/jest": "^29.5.5",
"@types/lodash": "^4.14.175",
"@types/object-hash": "^2.2.1",
"@types/pg": "^8.6.1"
},
"peerDependencies": {
"lodash": "^4.17.21",
"pg": "^8.7.1"
"@types/pg": "^8.6.1",
"@types/uniqid": "^4.1.3",
"ts-jest": "^29.1.1",
"typedoc-plugin-markdown": "^3.16.0",
"typedoc-plugin-merge-modules": "^5.1.0",
"typedoc": "^0.25.2",
"typescript": "^5.2.2"
},
"repository": {
"type": "git",
"url": "git://github.com/time-loop/github-packages"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
"url": "git://github.com/clickup/ent-framework"
}
}

0 comments on commit 2220012

Please sign in to comment.