-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 962 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
38
39
40
41
42
{
"name": "animal-orm",
"version": "0.2.36",
"description": "A FaunaDB ORM called Animal",
"type": "commonjs",
"main": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
"scripts": {
"build": "webpack",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thauber/animal-orm.git"
},
"keywords": [
"faunadb",
"orm",
"animal"
],
"author": "Tony Hauber<thauber@gmai.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/thauber/animal-orm/issues"
},
"homepage": "https://github.com/thauber/animal-orm#readme",
"devDependencies": {
"@types/jest": "^26.0.15",
"@types/node": "^14.14.10",
"jest": "^26.6.3",
"ts-jest": "^26.4.4",
"ts-loader": "^9.4.4",
"typescript": "^4.1.2",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"dotenv": "^16.3.1",
"faunadb": "^4.8.0",
"zod": "^3.11.6"
}
}