UNPKG

1.28 kBJSONView Raw
1{
2 "name": "@availity/upload-core",
3 "version": "5.0.2",
4 "description": "Wrapper for tus-js-client",
5 "keywords": [
6 "tus",
7 "resumable",
8 "upload",
9 "availity"
10 ],
11 "homepage": "https://availity.github.io/sdk-js/api/uploads",
12 "bugs": {
13 "url": "https://github.com/availity/sdk-js/issues"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/availity/sdk-js.git",
18 "directory": "packages/upload-core"
19 },
20 "license": "MIT",
21 "author": "Robert McGuinness <rob.mcguinness@availity.com>",
22 "browser": "./dist/index.js",
23 "main": "./dist/index.js",
24 "module": "./dist/index.mjs",
25 "types": "./dist/index.d.ts",
26 "scripts": {
27 "build": "tsup src/index.js --format esm,cjs --dts",
28 "dev": "tsup src/index.js --format esm,cjs --watch --dts",
29 "lint": "eslint src",
30 "lint:fix": "eslint src --fix",
31 "clean": "rm -rf node_modules && rm -rf dist",
32 "bundlesize": "bundlesize",
33 "publish": "yarn npm publish --tolerate-republish --access public"
34 },
35 "dependencies": {
36 "@availity/resolve-url": "2.0.2",
37 "tus-js-client": "1.7.1"
38 },
39 "devDependencies": {
40 "@types/tus-js-client": "^1.7.0",
41 "tsup": "^5.12.8",
42 "typescript": "^4.6.4"
43 },
44 "publishConfig": {
45 "access": "public"
46 }
47}
\No newline at end of file