1234567891011121314151617181920212223 |
- {
- "name": "upload_sdk",
- "version": "1.0.0",
- "description": "upload_sdk",
- "main": "index.ts",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git@git.links123.net:ifbbprochris/upload_sdk.git"
- },
- "keywords": [
- "upload_sdk"
- ],
- "author": "ifbbprochris",
- "license": "ISC",
- "dependencies": {
- "@types/spark-md5": "^3.0.1",
- "spark-md5": "^3.0.0"
- }
- }
|