nativescript-will
Version:
NativeScript plugin to play audio (but not record, removed for this fork)
154 lines (153 loc) • 4.89 kB
JSON
{
"name": "nativescript-will",
"version": "5.0.8",
"description": "NativeScript plugin to play audio (but not record, removed for this fork)",
"main": "audio",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"android": "3.0.0",
"ios": "3.0.0"
}
},
"scripts": {
"tsc": "tsc -skipLibCheck",
"build": "npm i && npm run tsc",
"link": "npm i && cd ../demo && npm i && cd ../src && npm run plugin.link",
"demo.reset": "cd ../demo && rimraf platforms",
"demo.ios": "npm run preparedemo && cd ../demo && tns run ios --syncAllFiles",
"demo.ios.device": "npm run preparedemo && cd ../demo && tns platform remove ios && tns run ios",
"demo.android": "npm run preparedemo && cd ../demo && tns run android --syncAllFiles",
"test": "npm run tslint && npm run tslint.demo && cd ../demo && tns build ios && tns build android",
"test.ios": "cd ../demo && tns platform remove ios && tns test ios --emulator",
"test.ios.device": "cd ../demo && tns platform remove ios && tns test ios",
"test.android": "cd ../demo && tns platform remove android && tns test android --justlaunch",
"preparedemo": "npm run build && cd ../demo && tns plugin remove nativescript-audio && tns plugin add ../src && tns install",
"setup": "npm run build && cd ../demo && npm i",
"plugin.link": "npm link && cd ../demo && npm link nativescript-audio && cd ../src",
"plugin.tscwatch": "npm run tsc -- -w",
"setupandinstall": "npm i && cd ../demo && npm i && cd ../src && npm run build && cd ../demo && tns plugin add ../src && cd ../src",
"tslint": "tslint --config '../tslint.json' '*.ts' --exclude '**/node_modules/**'",
"tslint.demo": "tslint --config '../tslint.json' '../demo/app/*.ts' --exclude '**/node_modules/**'",
"ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**'",
"prepublishOnly": "npm run build",
"precommit": "lint-staged",
"development.setup": "npm run setup && npm link && cd ../demo && npm link nativescript-audio && cd ../src",
"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": {
"*.ts": [
"prettier --write",
"git add"
]
},
"repository": {
"type": "git",
"url": "https://github.com/wdmtech/nativescript-audio-no-record.git"
},
"keywords": [
"NativeScript",
"JavaScript",
"TypeScript",
"Android",
"iOS",
"music",
"microphone",
"recorder",
"audio",
"nStudio",
"bradmartin",
"nathanwalker"
],
"author": {
"name": "Brad Martin",
"url": "https://github.com/bradmartin",
"email": "bmartin@nstudio.io"
},
"contributors": [
{
"name": "Nathan Walker",
"email": "walkerrunpdx@gmail.com",
"url": "https://github.com/NathanWalker"
},
{
"name": "Jibon Lawrence Costa",
"url": "https://github.com/jibon57"
},
{
"name": "Dylan Ryan",
"url": "https://github.com/dylanryan"
},
{
"name": "Alexander Vakrilov",
"url": "https://github.com/vakrilov"
},
{
"name": "GT Nunes",
"url": "https://github.com/gtnunes1956"
},
{
"name": "Andrea Sotto",
"url": "https://github.com/andreasotto"
},
{
"name": "August Heegaard",
"url": "https://github.com/agisboye"
},
{
"name": "Akmal Sultonov",
"url": "https://github.com/asultonov"
},
{
"name": "Amit Gharat",
"url": "https://github.com/codef0rmer"
},
{
"name": "Jen Looper",
"url": "https://github.com/jlooper"
},
{
"name": "Stanimira Vlaeva",
"url": "https://github.com/sis0k0"
},
{
"name": "Osei Fortune",
"url": "https://github.com/triniwiz"
},
{
"name": "RedPandaTronics",
"url": "https://github.com/redpandatronicsuk"
},
{
"name": "Chris Flannagan",
"url": "https://github.com/ChrisFlannagan"
},
{
"name": "mfrro",
"url": "https://github.com/mfrro"
},
{
"name": "Richard Smith",
"url": "https://github.com/DickSmith"
}
],
"bugs": {
"url": "https://github.com/wdmtech/nativescript-audio-no-record/issues"
},
"license": "MIT",
"homepage": "https://github.com/wdmtech/nativescript-audio-no-record",
"readmeFilename": "README.md",
"dependencies": {
"nativescript-permissions": "~1.2.3"
},
"devDependencies": {
"husky": "^0.14.3",
"lint-staged": "^7.2.0",
"prettier": "^1.13.5",
"tns-core-modules": "^4.1.0",
"tns-platform-declarations": "^4.1.0",
"rimraf": "^2.5.0",
"tslint": "~5.10.0",
"typescript": "~2.8.1"
}
}