File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
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}
You can’t perform that action at this time.
0 commit comments