UNPKG

@clearblade/ia-env

Version:

Toolkit for interacting with Intelligent Assets (IA) APIs and utils within a ClearBlade environment

56 lines (55 loc) 1.38 kB
{ "name": "@clearblade/ia-env", "version": "5.122.1", "description": "Toolkit for interacting with Intelligent Assets (IA) APIs and utils within a ClearBlade environment", "publishConfig": { "access": "public" }, "scripts": { "build": "npm run build:modern && npm run build:es5 && npm run build:types", "build:modern": "node buildModern.mjs", "build:es5": "node buildES5.mjs", "build:types": "rollup -c rollup.config.js", "lint": "eslint ./src --ext .ts,.tsx,.js,.mjs" }, "exports": { "./modern": { "import": "./dist/modern/index.js", "require": "./dist/modern/index.js", "types": "./dist/modern/index.d.ts", "default": "./dist/modern/index.js", "node": "./dist/modern/index.js" }, "./es5": { "import": "./dist/es5/index.js", "require": "./dist/es5/index.js", "types": "./dist/modern/index.d.ts", "default": "./dist/es5/index.js", "node": "./dist/es5/index.js" }, ".": null }, "typesVersions": { "*": { "modern": [ "./dist/modern/index.d.ts" ], "es5": [ "./dist/modern/index.d.ts" ] } }, "files": [ "dist" ], "author": "Clark Bynum <cbynum@clearblade.com>", "license": "ISC", "keywords": [ "clearblade", "intelligent assets", "ia", "ia-env", "api", "toolkit" ] }