-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 821 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 821 Bytes
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
{
"name": "@contiguity/base",
"version": "1.1.1",
"description": "Contiguity's Base JavaScript SDK",
"main": "src/index.js",
"types": "dist/index.d.ts",
"keywords": [
"deta",
"deta space",
"deta shutdown",
"deta base",
"deta drive",
"contiguity base",
"base",
"contiguity",
"nosql"
],
"author": "Contiguity",
"license": "MIT",
"scripts": {
"types": "npx -p typescript tsc src/*.js --declaration --allowJs --emitDeclarationOnly --outDir dist"
},
"dependencies": {
"cross-fetch": "^4.0.0",
"fs": "^0.0.1-security"
},
"devDependencies": {
"@types/node": "^22.6.1",
"typescript": "^5.6.2"
},
"repository": "https://github.com/contiguity/base.git"
}