temporeest
Version:
42 lines (41 loc) • 1.12 kB
JSON
{
"name": "@aphro/migration-runtime-ts",
"version": "0.1.7",
"main": "lib/index.js",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/tantaman/aphrodite.git",
"directory": "packages/migration-runtime-ts"
},
"dependencies": {
"@aphro/context-runtime-ts": "workspace:*",
"@aphro/sql-ts": "workspace:*",
"@databases/sqlite": "^4.0.1",
"@strut/utils": "^0.1.1"
},
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/preset-env": "^7.18.10",
"@types/jest": "^28.1.8",
"@types/prettier": "^2.7.0",
"@typescript-eslint/typescript-estree": "^5.35.1",
"jest": "^29.0.1",
"md5": "^2.3.0",
"prettier": "^2.7.1",
"sql-formatter": "^10.0.0",
"typescript": "^4.8.2"
},
"scripts": {
"clean": "tsc --build --clean",
"build": "tsc --build",
"watch": "tsc --build -w",
"test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js",
"deep-clean": "rm -rf ./lib || true && rm tsconfig.tsbuildinfo || true"
},
"jest": {
"testMatch": [
"**/__tests__/**/*.test.js"
]
}
}