IcodeDocs/package.json
2023-12-16 10:42:53 +08:00

25 lines
582 B
JSON

{
"name": "icodedocs",
"version": "1.0.0",
"description": "Document for ICode.org",
"main": "index.js",
"scripts": {
"dev": "set NODE_OPTIONS=--openssl-legacy-provider & vuepress dev docs",
"build": "set NODE_OPTIONS=--openssl-legacy-provider & vuepress build docs"
},
"repository": {
"type": "git",
"url": "https://git.loliquq.cn/earthjasonlin/IcodeDocs.git"
},
"keywords": [
"vuepress",
"python",
"icode"
],
"author": "earthjasonlin@163.com",
"license": "CC-BY-NC-SA-4.0",
"devDependencies": {
"vuepress": "^1.9.10"
}
}