UNPKG

nativescript-hook-filter-modules

Version:

Shrinking size of built application by deleting defined set of node_modules inside tns_modules

63 lines 2 kB
{ "name": "nativescript-hook-filter-modules", "version": "1.0.5", "description": "Shrinking size of built application by deleting defined set of node_modules inside tns_modules", "main": "index.js", "nativescript": { "hooks": [ { "type": "after-prepare", "script": "after-prepare-hook.js", "inject": true } ] }, "repository": { "type": "git", "url": "https://github.com/markosko/nativescript-hook-filter-modules.git" }, "keywords": [ "NativeScript", "nativescript-hook-filter-modules", "nativescript", "nativescript-hook", "shrinking" ], "author": { "name": "Marek Maszay", "email": "markosko.mm@gmail.com", "url": "https://github.com/markosko" }, "contributors": [ { "name": "Brad Martin", "email": "bradwaynemartin@gmail.com", "url": "https://github.com/bradmartin" } ], "license": { "type": "MIT", "url": "https://github.com/markosko/nativescript-hook-filter-modules/blob/master/LICENSE" }, "bugs": { "url": "https://github.com/markosko/nativescript-hook-filter-modules/issues" }, "homepage": "https://github.com/markosko/nativescript-hook-filter-modules", "readmeFilename": "README.md", "scripts": { "demo.ios": "npm run preparedemo && cd demo && tns emulate ios", "demo.android": "npm run preparedemo && cd demo && tns run android", "debug.ios": "npm run preparedemo && cd demo && tns debug ios --emulator", "debug.android": "npm run preparedemo && cd demo && tns debug android --emulator", "preparedemo": "cd demo && tns plugin remove nativescript-hook-filter-modules && tns plugin add .. && tns install", "setup": "cd demo && npm install && tns plugin add .. && cd ..", "start": "npm run demo.android", "postinstall": "node postinstall.js", "preuninstall": "node preuninstall.js" }, "dependencies": { "find-remove": "^1.0.0", "nativescript-hook": "^0.2.1", "shelljs": "^0.7.4" } }