UNPKG

nativescript-tslib

Version:

Add support for tslib helpers in NativeScript projects

47 lines (46 loc) 1.07 kB
{ "name": "nativescript-tslib", "version": "1.9.1-r1", "description": "Add support for tslib helpers in NativeScript projects", "main": "dist/index", "nativescript": { "platforms": { "ios": "3.3.0", "android": "3.3.0" }, "plugin": { "nan": "true", "pan": "true", "core3": "true", "category": "Utilities" } }, "scripts": { "clean": "rimraf dist", "build": "tsc", "prepublish": "npm-run-all clean build" }, "repository": { "type": "git", "url": "git+https://github.com/m-abs/nativescript-tslib.git" }, "author": { "name": "Morten Sjøgren", "email": "m_abs@mabs.dk", "url": "https://mabs.dk" }, "license": "Apache-2.0", "bugs": { "url": "https://github.com/m-abs/nativescript-tslib/issues" }, "homepage": "https://github.com/m-abs/nativescript-tslib#readme", "dependencies": { "tslib": "~1.9.1" }, "devDependencies": { "npm-run-all": "^4.1.2", "rimraf": "^2.6.2", "tns-core-modules": "^3.3.0", "typescript": "~2.7.0" } }