@lighttable/lighttable
Version:
Universal SDK to access LightTable (compatible with Node.js, React, Next.js, Vite).
47 lines (46 loc) • 967 B
JSON
{
"name": "@lighttable/lighttable",
"version": "1.0.0-beta027",
"description": "Universal SDK to access LightTable (compatible with Node.js, React, Next.js, Vite).",
"main": "lighttable.js",
"exports": {
".": {
"import": "./lighttable.js",
"require": "./lighttable.js"
}
},
"keywords": [
"sdk",
"lighttable",
"mongoose",
"mongo",
"api",
"react",
"nextjs",
"vite",
"nodejs"
],
"author": "Labelflow",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/genielabel/lightTable.git"
},
"dependencies": {
"@lighttable/lighttable": "github:genielabel/lightTable",
"axios": ">=0.27.0"
},
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"esbuild": "^0.25.4",
"javascript-obfuscator": "^4.1.1"
},
"publishConfig": {
"access": "public"
}
}