UNPKG

@astermind/astermind-synth

Version:

OmegaSynth - Label-Conditioned Synthetic Data Generator for AsterMind ELM/KELM Pipelines

85 lines (84 loc) 2.62 kB
{ "name": "@astermind/astermind-synth", "version": "0.2.2", "description": "OmegaSynth - Label-Conditioned Synthetic Data Generator for AsterMind ELM/KELM Pipelines", "license": "SEE LICENSE IN EULA.md", "type": "module", "main": "dist/astermind-synth.umd.js", "module": "dist/astermind-synth.esm.js", "sideEffects": false, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/astermind-synth.esm.js", "require": "./dist/astermind-synth.umd.js", "default": "./dist/astermind-synth.esm.js" } }, "types": "dist/index.d.ts", "files": [ "dist", "README.md", "EULA.md", "TERMS_OF_SERVICE.md", "PRIVACY_POLICY.md", "SUPPORT_SLA.md", "ACCEPTABLE_USE_POLICY.md", "SECURITY_OVERVIEW.md" ], "scripts": { "build": "rollup -c && npm run build:types && npm run copy:models", "build:types": "tsc -p tsconfig.types.json", "copy:models": "node scripts/copy-models.cjs", "build:pipeline": "vite build && node dist/pipeline.mjs", "clean": "rm -rf dist", "test": "node --localstorage-file=.jest-localstorage node_modules/.bin/jest", "test:watch": "node --localstorage-file=.jest-localstorage node_modules/.bin/jest --watch", "train": "npm run build:pipeline", "pipeline": "npm run build:pipeline", "test-elm": "vite build && node dist/examples/trainELMFromSynth.mjs", "evaluate-generated": "vite build && node dist/examples/evaluateGeneratedData.mjs" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "keywords": [ "synthetic-data", "elm", "machine-learning", "data-generation", "astermind", "omega-synth", "label-conditioned", "pattern-matching", "character-embeddings" ], "author": "AsterMind AI Corporation", "repository": { "type": "git", "url": "https://github.com/astermindai/astermind-synth.git" }, "bugs": { "url": "https://github.com/astermindai/astermind-synth/issues" }, "homepage": "https://github.com/astermindai/astermind-synth#readme", "devDependencies": { "@jest/test-sequencer": "^29.5.0", "@rollup/plugin-commonjs": "^25.0.8", "@rollup/plugin-node-resolve": "^15.3.1", "@types/jest": "^29.5.0", "@types/node": "^20.0.0", "jest": "^29.5.0", "rollup": "^4.53.2", "rollup-plugin-typescript2": "^0.36.0", "ts-jest": "^29.1.0", "ts-node": "^10.9.2", "typescript": "^5.0.0", "vite": "^5.4.10" }, "dependencies": { "@astermind/astermind-elm": "^2.1.1", "@astermindai/license-runtime": "^0.1.1" } }