mirror of
https://github.com/cupcakearmy/mikro-orm-arp.git
synced 2024-11-01 00:05:21 +01:00
22 lines
485 B
JSON
22 lines
485 B
JSON
{
|
|
"name": "mikro-orm-arp",
|
|
"version": "1.0.5",
|
|
"description": "Active Record Patter for mikro-orm",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"author": "cupcakearmy",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "tsc -w",
|
|
"build": "tsc",
|
|
"prepublishOnly": "rm -rf dist && yarn run build"
|
|
},
|
|
"devDependencies": {
|
|
"@mikro-orm/core": "^4.0.0-rc.4",
|
|
"typescript": "^4.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@mikro-orm/core": "^4.0.0-rc.4"
|
|
}
|
|
}
|