UNPKG

@rnv/sdk-tizen

Version:
45 lines (44 loc) 1.29 kB
{ "name": "@rnv/sdk-tizen", "version": "1.9.1", "description": "ReNative Tizen SDK", "keywords": [], "homepage": "https://github.com/flexn-io/renative#readme", "bugs": { "url": "https://github.com/flexn-io/renative/issues" }, "license": "MIT", "author": "Pavel Jacko <pavel.jacko@gmail.com> (https://github.com/pavjacko)", "files": [ "LICENSE", "lib", "types.d.ts" ], "main": "lib/index.js", "repository": { "type": "git", "url": "git+https://github.com/flexn-io/renative.git" }, "scripts": { "bootstrap": "yarn && yarn build && npm link", "build": "yarn clean && yarn compile", "clean": "rimraf -I ./lib && rimraf -I tsconfig.tsbuildinfo", "compile": "tsc -b tsconfig.json", "compile:prod": "tsc -b tsconfig.json", "lint": "eslint . --ext .ts", "watch": "tsc --watch --preserveWatchOutput" }, "dependencies": { "@rnv/sdk-utils": "1.9.1", "@rnv/sdk-webpack": "1.9.1", "xml2js": "0.6.2" }, "peerDependencies": { "@rnv/core": "^1.9.1" }, "private": false, "publishConfig": { "access": "public" }, "gitHead": "975ce76181ffbeb95bb6dc85946b1b330f5ee9ba" }