-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 913 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "objection-paranoia",
"version": "1.0.3",
"description": "A Objectionjs plugin to add soft delete.",
"main": "lib/index.js",
"repository": "https://github.com/BunHouth/objection-paranoia.git",
"author": {
"name": "Bunhouth",
"email": "[email protected]"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "NODE_ENV=production babel index.js -d lib && cp index.d.ts lib",
"example": "babel-node example.js"
},
"license": "MIT",
"keywords": [
"objection",
"objectionjs",
"plugin",
"plugins",
"softdelete",
"delete"
],
"peerDependencies": {
"objection": ">= 0.8"
},
"devDependencies": {
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"babel-preset-minify": "^0.5.1",
"knex": "^0.21.2",
"objection": "^2.2.1"
},
"dependencies": {}
}