UNPKG

quanta.tools

Version:

Quanta.js: JS SDK for Quanta Tools

45 lines 1.11 kB
{ "name": "quanta.tools", "version": "0.0.9", "description": "Quanta.js: JS SDK for Quanta Tools", "type": "module", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist" ], "exports": { ".": { "import": "./dist/index.esm.js", "require": "./dist/index.cjs.js", "types": "./dist/index.d.ts" } }, "keywords": [ "analytics", "telemetry", "quanta" ], "author": "Quanta Tools (https://quanta.tools/)", "license": "https://github.com/Quanta-Tools/License", "dependencies": { "tslib": "^2.8.1" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-terser": "^0.4.4", "fs-extra": "^11.3.0", "rollup": "^4.39.0", "rollup-plugin-typescript2": "^0.36.0", "ts-node": "^10.9.2", "typescript": "^5.8.3" }, "scripts": { "build:web": "rollup -c; node post-build.js", "build": "rollup -c", "types": "tsc --emitDeclarationOnly --outDir dist", "test": "ts-node tests/index.ts" } }