We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d85d8f1 commit 3d46526Copy full SHA for 3d46526
package.json
@@ -4,6 +4,10 @@
4
"description": "100% typesafe dependency injection framework for TypeScript projects",
5
"license": "MIT",
6
"author": "Snap Inc.",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/Snapchat/ts-inject.git"
10
+ },
11
"main": "./dist/cjs/index.js",
12
"module": "./dist/esm/index.js",
13
"types": "./dist/types/index.d.ts",
0 commit comments