File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed
Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 55 "scripts" : {
66 "json-server" : " json-server --watch api-samples/fake-db.json --port 3000 --host 0.0.0.0"
77 },
8- "main" : " ./ lib/index.js" ,
9- "types" : " ./ lib/index.d.ts" ,
8+ "main" : " lib/index.js" ,
9+ "types" : " lib/index.d.ts" ,
1010 "exports" : {
1111 "." : {
1212 "require" : " ./lib/index.js" ,
1717 "node" : " >=18.17.0" ,
1818 "npm" : " >=9.5.0"
1919 },
20+ "engineStrict" : true ,
2021 "license" : " SEE LICENSE IN LICENSE" ,
2122 "repository" : {
2223 "type" : " git" ,
2324 "url" : " https://github.com/Redocly/redocly-cli.git"
2425 },
2526 "homepage" : " https://github.com/Redocly/redocly-cli" ,
26- "keywords" : [],
27+ "keywords" : [
28+ " API Testing"
29+ ],
30+ "contributors" : [
31+ " Roman Hotsiy <roman@redocly.com> (https://redocly.com/)"
32+ ],
2733 "devDependencies" : {
2834 "@types/concat-stream" : " ^2.0.3" ,
2935 "@types/cookie" : " 0.6.0" ,
6874 },
6975 "files" : [
7076 " lib"
71- ]
77+ ],
78+ "publishConfig" : {
79+ "access" : " public" ,
80+ "registry" : " https://registry.npmjs.org/"
81+ }
7282}
You can’t perform that action at this time.
0 commit comments