{ "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" } }