1234567891011121314151617 |
- {
- "name": "work-doc",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "docs": "docsify serve docs"
- },
- "repository": {
- "type": "git",
- "url": "https://gogs.superdesk.cn/shuliping/work-doc.git"
- },
- "keywords": [],
- "author": "",
- "license": "ISC"
- }
|