| { |
| "name": "@maka/core", |
| "version": "0.1.0", |
| "license": "Apache-2.0", |
| "description": "Pure types for Maka — events, session, permission, connections.", |
| "type": "module", |
| "sideEffects": false, |
| "private": true, |
| "main": "./dist/index.js", |
| "types": "./dist/index.d.ts", |
| "exports": { |
| ".": "./dist/index.js", |
| "./node": "./dist/node.js" |
| }, |
| "scripts": { |
| "clean": "node ../../scripts/clean-paths.mjs dist tsconfig.tsbuildinfo", |
| "build": "tsc -p tsconfig.json", |
| "typecheck": "tsc -p tsconfig.json --noEmit", |
| "test": "npm run clean && npm run build && npm run test:dist", |
| "test:dist": "node --test \"dist/**/*.test.js\"" |
| } |
| } |