UNPKG

temporeest

Version:
36 lines (35 loc) 856 B
{ "name": "@aphro/sql-ts", "version": "0.2.6", "main": "lib/index.js", "type": "module", "repository": { "type": "git", "url": "https://github.com/tantaman/aphrodite.git", "directory": "packages/sql-ts" }, "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": { "clean": "tsc --build --clean", "build": "tsc --build", "watch": "tsc --build -w", "test": "node ./node_modules/jest/bin/jest.js", "deep-clean": "rm -rf ./lib || true && rm tsconfig.tsbuildinfo || true" }, "jest": { "testMatch": [ "**/__tests__/**/*.test.js" ] }, "dependencies": { "@databases/escape-identifier": "^1.0.3", "@databases/sql": "^3.2.0" } }