Files
NativeScript/tns-platform-declarations/package.json
Morten Sjøgren 1232d1edfd feat(tslib): add tslib helpers to global (#6351)
* feat(tslib): add tslib helpers to global

* Adds tslib as a dependency to tns-core-modules
* Replaces globals/decorators with globals/tslib
* Adds support for async/await, rest and spread operators.

* refactor: rename tslib to ts-helpers to avoid confusion with npm package
2018-10-05 17:12:45 +03:00

38 lines
922 B
JSON

{
"name": "tns-platform-declarations",
"version": "4.2.0",
"description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects",
"main": "",
"scripts": {
"test": "tsc",
"package-tag": "npm version $npm_package_version-$PACKAGE_VERSION --no-git-tag-version"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/NativeScript/NativeScript.git"
},
"keywords": [
"NativeScript",
"TypeScript",
"declarations",
"native",
"platform-specific",
"tns",
"ts",
"ns"
],
"author": {
"name": "Telerik",
"email": "support@telerik.com",
"url": "http://www.telerik.com"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/NativeScript/NativeScript/issues"
},
"homepage": "https://github.com/NativeScript/NativeScript#readme",
"devDependencies": {
"typescript": "~2.6.1"
}
}