1234567891011121314151617181920212223 |
- {
- "name": "hbproject",
- "version": "1.0.0",
- "description": "",
- "main": "main.js",
- "dependencies": {
- "axios": "^1.7.2",
- "crypto-js": "^4.2.0",
- "jsencrypt": "^3.3.2",
- "pinia": "^2.1.7",
- "ts-md5": "^1.3.1"
- },
- "devDependencies": {},
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "https://gogs.mtavip.com/wangguoyu/uniProject.git"
- },
- "author": "",
- "license": "ISC"
- }
|