This repository was archived by the owner on Sep 9, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " @staticcms/ proxy-server" ,
2+ "name" : " static-cms- proxy-server" ,
33 "description" : " Proxy server to be used with Static CMS proxy backend" ,
4- "version" : " 1.0.11 " ,
4+ "version" : " 1.0.13 " ,
55 "repository" : " https://github.com/staticjscms/static-cms-proxy-server" ,
66 "bugs" : " https://github.com/staticjscms/static-cms-proxy-server/issues" ,
77 "license" : " MIT" ,
1010 " @staticcms" ,
1111 " staticcms" ,
1212 " static-cms" ,
13- " backend"
13+ " backend" ,
14+ " proxy"
1415 ],
1516 "sideEffects" : false ,
1617 "scripts" : {
17- "build" : " webpack" ,
18+ "build" : " cross-env NODE_OPTIONS=--openssl-legacy-provider webpack" ,
1819 "develop:run" : " ts-node --files src/index.ts" ,
1920 "develop" : " nodemon --watch 'src/**/*.ts' --ignore 'src/**/*.spec.ts' --exec yarn develop:run" ,
2021 "prepublishOnly" : " yarn build" ,
4243 "@types/morgan" : " 1.9.3" ,
4344 "@types/node" : " 16.11.64" ,
4445 "@types/vfile-message" : " 2.0.0" ,
46+ "cross-env" : " 7.0.3" ,
4547 "jest" : " 27.5.1" ,
4648 "nodemon" : " 2.0.20" ,
4749 "ts-jest" : " 27.1.5" ,
5658 "engines" : {
5759 "node" : " >=v14"
5860 },
59- "bin" : {
60- "staticcms-proxy-server" : " dist/index"
61- },
61+ "bin" : " dist/index.js" ,
6262 "publishConfig" : {
6363 "access" : " public" ,
6464 "registry" : " https://registry.npmjs.org"
You can’t perform that action at this time.
0 commit comments