11{
2- "name" : " @cocreate/server-side-render" ,
3- "version" : " 1.10.2" ,
4- "description" : " A simple server-side-render component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API." ,
5- "keywords" : [
6- " server-side-render" ,
7- " cocreate" ,
8- " low-code-framework" ,
9- " no-code-framework" ,
10- " cocreatejs" ,
11- " cocreatejs-component" ,
12- " cocreate-framework" ,
13- " no-code" ,
14- " low-code" ,
15- " collaborative-framework" ,
16- " realtime" ,
17- " realtime-framework" ,
18- " collaboration" ,
19- " shared-editing" ,
20- " html5-framework" ,
21- " javascript-framework"
22- ],
23- "publishConfig" : {
24- "access" : " public"
25- },
26- "scripts" : {
27- "start" : " npx webpack --config webpack.config.js" ,
28- "build" : " npx webpack --mode=production --config webpack.config.js" ,
29- "dev" : " npx webpack --config webpack.config.js --watch" ,
30- "postinstall" : " node -e \" const { execSync } = require('child_process'); try { execSync('coc --version', { stdio: 'ignore' }); } catch (error) { try { execSync('npm install -g @cocreate/cli', { stdio: 'inherit' }); console.log('Installed \" @cocreate/cli\" globally.'); } catch (error) { console.error('Failed to install \" @cocreate/cli\" globally:', error); } }\" "
31- },
32- "repository" : {
33- "type" : " git" ,
34- "url" : " git+https://github.com/CoCreate-app/CoCreate-server-side-render.git"
35- },
36- "author" : " CoCreate LLC" ,
37- "license" : " MIT" ,
38- "bugs" : {
39- "url" : " https://github.com/CoCreate-app/CoCreate-server-side-render/issues"
40- },
41- "homepage" : " https://cocreate.app/docs/server-side-render" ,
42- "funding" : {
43- "type" : " GitHub Sponsors ❤" ,
44- "url" : " https://github.com/sponsors/CoCreate-app"
45- },
46- "main" : " ./src/index.js" ,
47- "dependencies" : {
48- "@cocreate/utils" : " ^1.30 .0" ,
49- "node-html-parser" : " ^6.1.12"
50- }
51- }
2+ "name" : " @cocreate/server-side-render" ,
3+ "version" : " 1.10.2" ,
4+ "description" : " A simple server-side-render component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API." ,
5+ "keywords" : [
6+ " server-side-render" ,
7+ " cocreate" ,
8+ " low-code-framework" ,
9+ " no-code-framework" ,
10+ " cocreatejs" ,
11+ " cocreatejs-component" ,
12+ " cocreate-framework" ,
13+ " no-code" ,
14+ " low-code" ,
15+ " collaborative-framework" ,
16+ " realtime" ,
17+ " realtime-framework" ,
18+ " collaboration" ,
19+ " shared-editing" ,
20+ " html5-framework" ,
21+ " javascript-framework"
22+ ],
23+ "publishConfig" : {
24+ "access" : " public"
25+ },
26+ "scripts" : {
27+ "start" : " npx webpack --config webpack.config.js" ,
28+ "build" : " npx webpack --mode=production --config webpack.config.js" ,
29+ "dev" : " npx webpack --config webpack.config.js --watch" ,
30+ "postinstall" : " node -e \" const { execSync } = require('child_process'); try { execSync('coc --version', { stdio: 'ignore' }); } catch (error) { try { execSync('npm install -g @cocreate/cli', { stdio: 'inherit' }); console.log('Installed \" @cocreate/cli\" globally.'); } catch (error) { console.error('Failed to install \" @cocreate/cli\" globally:', error); } }\" "
31+ },
32+ "repository" : {
33+ "type" : " git" ,
34+ "url" : " git+https://github.com/CoCreate-app/CoCreate-server-side-render.git"
35+ },
36+ "author" : " CoCreate LLC" ,
37+ "license" : " MIT" ,
38+ "bugs" : {
39+ "url" : " https://github.com/CoCreate-app/CoCreate-server-side-render/issues"
40+ },
41+ "homepage" : " https://cocreate.app/docs/server-side-render" ,
42+ "funding" : {
43+ "type" : " GitHub Sponsors ❤" ,
44+ "url" : " https://github.com/sponsors/CoCreate-app"
45+ },
46+ "main" : " ./src/index.js" ,
47+ "dependencies" : {
48+ "@cocreate/utils" : " ^1.34 .0" ,
49+ "node-html-parser" : " ^6.1.12"
50+ }
51+ }
0 commit comments