{ "name": "core", "version": "1.0.0", "description": "Sharkitek core models library.", "repository": "https://git.madeorsk.com/Sharkitek/core", "author": "Madeorsk ", "license": "MIT", "scripts": { "build": "parcel build", "dev": "parcel watch", "test": "jest" }, "main": "lib/index.js", "source": "src/index.ts", "types": "lib/index.d.ts", "dependencies": { "reflect-metadata": "^0.1.13" }, "devDependencies": { "@parcel/packager-ts": "2.6.2", "@parcel/transformer-typescript-types": "2.6.2", "@types/jest": "^28.1.6", "jest": "^28.1.3", "parcel": "^2.6.2", "ts-jest": "^28.0.7", "typescript": "^4.7.4" }, "packageManager": "yarn@3.2.2" }