nativescript-http-formdata
Version:
A NativeScript plugin to post/upload file as multipart/form-data to server.
57 lines (56 loc) • 1.98 kB
JSON
{
"name": "nativescript-http-formdata",
"version": "3.1.1",
"description": "A NativeScript plugin to post/upload file as multipart/form-data to server.",
"main": "TNSHttpFormData",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"android": "6.3.0",
"ios": "6.3.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/dotnetdreamer/nativescript-http-formdata.git"
},
"scripts": {
"tsc": "npm i && tsc",
"build": "npm i && npx ts-patch install && tsc",
"postclone": "npm i && node scripts/postclone.js",
"tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\"",
"ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**' --exclude '**/platforms/**'",
"prepack": "npm run build",
"demo.ios": "npm run tsc && cd ../demo-angular && tns run ios --no-hmr",
"demo.android": "npm run tsc && cd ../demo-angular && tns run android --no-hmr",
"demo.reset": "cd ../demo-angular && npx rimraf -- hooks node_modules platforms package-lock.json",
"plugin.prepare": "npm run build && cd ../demo-angular && tns plugin remove nativescript-http-formdata && tns plugin add ../src",
"clean": "npm run demo.reset && npx rimraf -- node_modules package-lock.json && npm i"
},
"keywords": [
"NativeScript",
"JavaScript",
"Android",
"iOS",
"FormData",
"Nativescript Form Data"
],
"author": {
"name": "Idrees Khan"
},
"bugs": {
"url": "https://github.com/dotnetdreamer/nativescript-http-formdata/issues"
},
"license": "Apache-2.0",
"homepage": "https://github.com/dotnetdreamer/nativescript-http-formdata",
"readmeFilename": "README.md",
"devDependencies": {
"@nativescript/core": "~8.2.0",
"@nativescript/types": "~8.2.0",
"@nativescript/webpack": "~5.0.0",
"rimraf": "^3.0.2",
"ts-patch": "~1.4.5",
"typescript": "~4.3.5"
},
"bootstrapper": "nativescript-plugin-seed"
}