@loki/target-native-core
Version:
Loki native target core lib
32 lines (31 loc) • 717 B
JSON
{
"name": "@loki/target-native-core",
"version": "0.35.0",
"description": "Loki native target core lib",
"keywords": [
"loki"
],
"homepage": "https://github.com/oblador/loki/tree/master/packages/target-native-core",
"bugs": {
"url": "https://github.com/oblador/loki/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/oblador/loki.git",
"directory": "packages/target-native-core"
},
"license": "MIT",
"files": [
"src"
],
"main": "src/index.js",
"dependencies": {
"@loki/core": "^0.35.0",
"debug": "^4.1.1",
"ws": "^7.2.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "ddcb39c9d0d30e5b9bfc3c30e27544c921d46f19"
}