@stagware/nocodb-sdk 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +56 -56
package/package.json
CHANGED
|
@@ -1,56 +1,56 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@stagware/nocodb-sdk",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "TypeScript SDK for the NocoDB v2 API — typed clients for metadata, data, and admin operations",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"license": "MIT",
|
|
7
|
-
"author": "Jason Henriksen",
|
|
8
|
-
"repository": {
|
|
9
|
-
"type": "git",
|
|
10
|
-
"url": "https://github.com/stagware/nocodb-cli.git",
|
|
11
|
-
"directory": "packages/sdk"
|
|
12
|
-
},
|
|
13
|
-
"homepage": "https://github.com/stagware/nocodb-cli/tree/main/packages/sdk#readme",
|
|
14
|
-
"bugs": {
|
|
15
|
-
"url": "https://github.com/stagware/nocodb-cli/issues"
|
|
16
|
-
},
|
|
17
|
-
"keywords": [
|
|
18
|
-
"nocodb",
|
|
19
|
-
"sdk",
|
|
20
|
-
"api",
|
|
21
|
-
"typescript",
|
|
22
|
-
"rest",
|
|
23
|
-
"database",
|
|
24
|
-
"airtable"
|
|
25
|
-
],
|
|
26
|
-
"engines": {
|
|
27
|
-
"node": ">=18"
|
|
28
|
-
},
|
|
29
|
-
"main": "dist/index.js",
|
|
30
|
-
"types": "dist/index.d.ts",
|
|
31
|
-
"exports": {
|
|
32
|
-
".": {
|
|
33
|
-
"types": "./dist/index.d.ts",
|
|
34
|
-
"default": "./dist/index.js"
|
|
35
|
-
}
|
|
36
|
-
},
|
|
37
|
-
"files": [
|
|
38
|
-
"dist"
|
|
39
|
-
],
|
|
40
|
-
"scripts": {
|
|
41
|
-
"build": "tsup src/index.ts --format esm --dts",
|
|
42
|
-
"lint": "echo 'no lint yet'",
|
|
43
|
-
"test": "vitest run",
|
|
44
|
-
"prepublishOnly": "npm run build && npm test"
|
|
45
|
-
},
|
|
46
|
-
"dependencies": {
|
|
47
|
-
"ofetch": "^1.5.1"
|
|
48
|
-
},
|
|
49
|
-
"devDependencies": {
|
|
50
|
-
"@types/node": "^25.2.2",
|
|
51
|
-
"fast-check": "^4.5.3",
|
|
52
|
-
"tsup": "^8.5.1",
|
|
53
|
-
"typescript": "^5.9.3",
|
|
54
|
-
"vitest": "^4.0.18"
|
|
55
|
-
}
|
|
56
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@stagware/nocodb-sdk",
|
|
3
|
+
"version": "0.1.5",
|
|
4
|
+
"description": "TypeScript SDK for the NocoDB v2 API — typed clients for metadata, data, and admin operations",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"author": "Jason Henriksen",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "git+https://github.com/stagware/nocodb-cli.git",
|
|
11
|
+
"directory": "packages/sdk"
|
|
12
|
+
},
|
|
13
|
+
"homepage": "https://github.com/stagware/nocodb-cli/tree/main/packages/sdk#readme",
|
|
14
|
+
"bugs": {
|
|
15
|
+
"url": "https://github.com/stagware/nocodb-cli/issues"
|
|
16
|
+
},
|
|
17
|
+
"keywords": [
|
|
18
|
+
"nocodb",
|
|
19
|
+
"sdk",
|
|
20
|
+
"api",
|
|
21
|
+
"typescript",
|
|
22
|
+
"rest",
|
|
23
|
+
"database",
|
|
24
|
+
"airtable"
|
|
25
|
+
],
|
|
26
|
+
"engines": {
|
|
27
|
+
"node": ">=18"
|
|
28
|
+
},
|
|
29
|
+
"main": "dist/index.js",
|
|
30
|
+
"types": "dist/index.d.ts",
|
|
31
|
+
"exports": {
|
|
32
|
+
".": {
|
|
33
|
+
"types": "./dist/index.d.ts",
|
|
34
|
+
"default": "./dist/index.js"
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
"files": [
|
|
38
|
+
"dist"
|
|
39
|
+
],
|
|
40
|
+
"scripts": {
|
|
41
|
+
"build": "tsup src/index.ts --format esm --dts",
|
|
42
|
+
"lint": "echo 'no lint yet'",
|
|
43
|
+
"test": "vitest run",
|
|
44
|
+
"prepublishOnly": "npm run build && npm test"
|
|
45
|
+
},
|
|
46
|
+
"dependencies": {
|
|
47
|
+
"ofetch": "^1.5.1"
|
|
48
|
+
},
|
|
49
|
+
"devDependencies": {
|
|
50
|
+
"@types/node": "^25.2.2",
|
|
51
|
+
"fast-check": "^4.5.3",
|
|
52
|
+
"tsup": "^8.5.1",
|
|
53
|
+
"typescript": "^5.9.3",
|
|
54
|
+
"vitest": "^4.0.18"
|
|
55
|
+
}
|
|
56
|
+
}
|