UNPKG

nativescript-gif

Version:
65 lines (64 loc) 1.93 kB
{ "name": "nativescript-gif", "version": "5.0.0", "description": "NativeScript plugin to use .gifs", "main": "gif", "typings": "gif.d.ts", "nativescript": { "platforms": { "android": "3.0.0", "ios": "3.0.0" } }, "scripts": { "tsc": "tsc -skipLibCheck", "build": "npm i && tsc", "tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\" --exclude \"*demo*/platforms/**\"", "ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**'", "demo.ios": "npm run setup && cd ../demo && tns run ios", "demo.android": "npm run setup && cd ../demo && tns run android", "setup": "npm i && tsc", "generate.typings.ios": "cd ../demo && TNS_DEBUG_METADATA_PATH=\"$(pwd)/metadata\" tns build ios && TNS_TYPESCRIPT_DECLARATIONS_PATH=\"$(pwd)/typings\" tns build ios && echo 'Now look for your library typings in demo/typings!'" }, "devDependencies": { "husky": "^4.2.5", "lint-staged": "^10.2.13", "prettier": "^2.1.1", "@nativescript/core": "^7.0.0", "@nativescript/types": "^7.0.0", "rimraf": "^3.0.2", "tslint": "~6.1.3", "typescript": "~3.9.0" }, "lint-staged": { "**/*.{js, css, ts, json, scss, html, xml, md}": [ "prettier --write", "git add" ] }, "repository": { "type": "git", "url": "https://github.com/bradmartin/nativescript-gif.git" }, "keywords": [ "NativeScript", "JavaScript", "Android", "iOS", "gif", "bradmartin", "@nstudio" ], "author": { "name": "Brad Martin", "email": "bradwaynemartin@gmail.com", "url": "https://github.com/bradmartin" }, "bugs": { "url": "https://github.com/bradmartin/nativescript-gif/issues" }, "license": "MIT", "homepage": "https://github.com/bradmartin/nativescript-gif", "readme": "README.md", "readmeFilename": "README.md" }