UNPKG

temporeest

Version:
42 lines (41 loc) 1.12 kB
{ "name": "@aphro/mutator-runtime-ts", "version": "0.4.2", "main": "lib/index.js", "type": "module", "repository": { "type": "git", "url": "https://github.com/tantaman/aphrodite.git", "directory": "packages/mutator-runtime-ts" }, "dependencies": { "@aphro/context-runtime-ts": "workspace:*", "@aphro/instrument": "workspace:*", "@aphro/model-runtime-ts": "workspace:*", "@aphro/schema-api": "workspace:*", "@aphro/sql-ts": "workspace:*", "@strut/sid": "^0.1.2", "@strut/utils": "^0.1.1", "nanoid": "^4.0.0" }, "devDependencies": { "@babel/core": "^7.18.13", "@babel/preset-env": "^7.18.10", "@types/jest": "^28.1.8", "fast-check": "^3.1.2", "jest": "^29.0.1", "typescript": "^4.8.2" }, "scripts": { "test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js", "clean": "tsc --build --clean", "build": "tsc --build", "watch": "tsc --build -w", "deep-clean": "rm -rf ./lib || true && rm tsconfig.tsbuildinfo || true" }, "jest": { "testMatch": [ "**/__tests__/**/*.test.js" ] } }