UNPKG

nativescript-audio-with-pitch

Version:
81 lines 2.78 kB
{ "name": "nativescript-audio-with-pitch", "version": "1.0.1", "description": "NativeScript plugin to record and play audio.", "main": "audio", "typings": "index.d.ts", "nativescript": { "platforms": { "android": "7.0.0", "ios": "7.0.0" } }, "scripts": { "tsc": "tsc -skipLibCheck", "build": "npm i && ts-patch install && 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/**' --exclude '**/typings/**'", "demo.ios": "npm run build && cd ../demo && tns run ios", "demo.android": "npm run build && cd ../demo && tns run android", "clean.src": "rimraf **/*.js **/*.js.map node_modules package-lock.json", "clean.demo": "cd ../demo && ns clean", "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!'" }, "lint-staged": { "**/*.{js, css, ts, json, scss, html, xml, md}": [ "prettier --write", "git add" ] }, "husky": { "hooks": { "pre-commit": "lint-staged", "pre-push": "npm run tslint" } }, "repository": { "type": "git", "url": "https://github.com/entelostre/nativescript-audio.git" }, "keywords": [ "NativeScript", "JavaScript", "TypeScript", "Android", "iOS", "music", "microphone", "recorder", "audio", "nStudio", "bradmartin", "nathanwalker" ], "author": { "name": "Fotis Mei", "url": "https://github.com/entelostre", "email": "polosere22@gmail.com" }, "bugs": { "url": "https://github.com/entelostre/nativescript-audio/issues" }, "license": "MIT", "homepage": "https://github.com/entelostre/nativescript-audio", "readmeFilename": "README.md", "dependencies": { "nativescript-permissions": "~1.3.9" }, "devDependencies": { "@nativescript/core": "^7.0.0", "@nativescript/types": "^7.0.0", "@nativescript/webpack": "~3.0.0", "husky": "^4.3.0", "lint-staged": "^10.4.0", "prettier": "^2.1.2", "rimraf": "^3.0.2", "ts-node": "^9.0.0", "ts-patch": "^1.3.0", "tslint": "~6.1.3", "typescript": "~3.9.0" } }