-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
28 lines (28 loc) · 864 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "cp-snippets",
"version": "1.0.0",
"description": "- bitset\r - seg, fen, link, block\r - static range sum\r - binse tern\r - tarjan, dfs tree",
"main": "index.js",
"scripts": {
"gen-index": "node ./scripts/index-gen.js",
"gen-site": "node ./scripts/site-gen.js",
"gen-code-files": "./scripts/clean-up.sh && node ./scripts/code-gen.js",
"gen-snip-file": "node ./scripts/folder-to-snippet-file.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theSoberSobber/CP-Snippets.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/theSoberSobber/CP-Snippets/issues"
},
"homepage": "https://github.com/theSoberSobber/CP-Snippets#readme",
"dependencies": {
"ci": "^2.2.0",
"markdown-it": "^13.0.1",
"marked": "^4.2.12",
"puppeteer": "^19.7.5"
}
}