1
1
{
2
- "name" : " competitive-programming-handbook" ,
3
- "version" : " 1.0.0" ,
4
- "description" : " Um projeto do CAECOMP - IFCE para ajudar participantes de contests de programação competitiva." ,
5
- "main" : " index.js" ,
6
- "scripts" : {
7
- "test" : " echo \" Error: no test specified\" && exit 1" ,
8
- "docs:dev" : " vitepress dev src" ,
9
- "docs:build" : " vitepress build src" ,
10
- "docs:preview" : " vitepress preview src"
11
- },
12
- "repository" : {
13
- "type" : " git" ,
14
- "url" : " git+https://github.com/CAECOMP/handbook-competitive-programming.git"
15
- },
16
- "author" : " CAECOMP IFCE" ,
17
- "license" : " MIT" ,
18
- "bugs" : {
19
- "url" : " https://github.com/CAECOMP/handbook-competitive-programming/issues"
20
- },
21
- "homepage" : " https://github.com/CAECOMP/handbook-competitive-programming#readme" ,
22
- "devDependencies" : {
23
- "markdown-it-mathjax3" : " ^4.3.2" ,
24
- "vitepress" : " ^1.4.1"
25
- }
26
- }
2
+ "name" : " competitive-programming-handbook" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " Um projeto do CAECOMP - IFCE para ajudar participantes de contests de programação competitiva." ,
5
+ "main" : " index.js" ,
6
+ "scripts" : {
7
+ "docs:dev" : " vitepress dev src" ,
8
+ "docs:build" : " vitepress build src" ,
9
+ "docs:preview" : " vitepress preview src" ,
10
+ "docs:print" : " tsx src/createPdf.ts"
11
+ },
12
+ "repository" : {
13
+ "type" : " git" ,
14
+ "url" : " git+https://github.com/CAECOMP/handbook-competitive-programming.git"
15
+ },
16
+ "author" : " CAECOMP IFCE" ,
17
+ "license" : " MIT" ,
18
+ "bugs" : {
19
+ "url" : " https://github.com/CAECOMP/handbook-competitive-programming/issues"
20
+ },
21
+ "homepage" : " https://github.com/CAECOMP/handbook-competitive-programming#readme" ,
22
+ "devDependencies" : {
23
+ "@types/node" : " ^22.8.0" ,
24
+ "@web-printer/core" : " ^0.4.0" ,
25
+ "@web-printer/vitepress" : " ^0.4.0" ,
26
+ "markdown-it-mathjax3" : " ^4.3.2" ,
27
+ "tsx" : " ^4.19.1" ,
28
+ "typescript" : " ^5.6.3" ,
29
+ "vitepress" : " ^1.4.1"
30
+ }
31
+ }
0 commit comments