{
"name": "@yjtec/upload",
"version": "1.1.4",
"description": "js upload",
"files": [
"lib",
"es"
],
"main": "lib/index.js",
"module": "dist/index.esm.js",
"authors": {
"name": "kidkang",
"email": "723616880@qq.com"
},
"repository": "http://gitlab.hnyjkj.com:8090/h5/js-upload",
"scripts": {
"dev": "father doc dev",
"build": "father build",
"watch": "father build --watch"
},
"peerDependencies": {
"react": "16.x"
},
"devDependencies": {
"uuid": "^3.3.3"
},
"license": "MIT",
"dependencies": {
"babel-plugin-import": "^1.12.2"
}
}
-
唐胜男 authored8085f2f4
This project manages its dependencies using npm.
Learn more