mirror of
https://github.com/cupcakearmy/mikro-orm-arp.git
synced 2024-12-21 23:56:30 +00:00
v1.0.1
This commit is contained in:
parent
84e4288cbf
commit
fc3b9a25ea
21
package.json
Normal file
21
package.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "mikro-orm-arp",
|
||||
"version": "1.0.1",
|
||||
"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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user