Skip to content

Commit d188229

Browse files
committed
update the package json
1 parent 54c5b28 commit d188229

1 file changed

Lines changed: 17 additions & 4 deletions

File tree

package.json

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@devalade/reflection",
33
"version": "1.0.0",
4-
"description": "",
4+
"description": "This is a reflection class for JavaScript. It's inspired by the PHP reflection class",
55
"type": "module",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/devalade/reflection.git"
8+
"url": "git+https://github.com/devalade/reflection-class.git"
99
},
1010
"exports": {
1111
".": "./dist/index.js"
@@ -15,12 +15,25 @@
1515
"typecheck": "tsc -p tsconfig.lib.json --noEmit",
1616
"test": "node --experimental-strip-types --disable-warning=ExperimentalWarning --test './src/**/*.test.ts'"
1717
},
18-
"keywords": [],
18+
"keywords": [
19+
"reflection",
20+
"typescript",
21+
"javascript",
22+
"introspection",
23+
"class",
24+
"object",
25+
"metadata"
26+
],
1927
"author": "devalade",
2028
"license": "MIT",
2129
"devDependencies": {
2230
"@types/node": "^22.10.1",
2331
"typescript": "^5.7.2"
2432
},
25-
"packageManager": "pnpm@9.14.4"
33+
"packageManager": "pnpm@9.14.4",
34+
"files": [
35+
"dist",
36+
"README.md",
37+
"LICENSE"
38+
]
2639
}

0 commit comments

Comments
 (0)