UNPKG

ern-runner-gen

Version:

Electrode Native Runner Generator

46 lines (45 loc) 1.16 kB
{ "name": "ern-runner-gen", "version": "0.51.2", "description": "Electrode Native Runner Generator", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "ern-typescript", "instrument": "yarn nyc instrument dist --in-place", "prepublish": "yarn run build", "test": "ern-mocha" }, "repository": { "type": "git", "url": "https://github.com/electrode-io/electrode-native.git" }, "keywords": [ "android", "electrode", "ern", "ios", "node", "react-native", "runner" ], "contributors": [ "Benoit Lemaire <blemaire@walmartlabs.com>", "Claire Weijie Li <wli@walmartlabs.com>", "Deepu Ganapathiyadan <dganapathiyadan@walmartlabs.com>", "Frieder Bluemle <frieder.bluemle@walmart.com>", "Krunal Shah <kshah1@walmartlabs.com>" ], "license": "Apache-2.0", "bugs": { "url": "https://github.com/electrode-io/electrode-native/issues" }, "homepage": "https://www.electrode.io", "dependencies": { "ern-core": "0.51.2" }, "devDependencies": { "ern-util-dev": "0.51.2" }, "gitHead": "5f4e03bc642b3309b18d1c1f7e7d8b93d930afe2" }