-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 774 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 774 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
33
{
"name": "@osdk/python-platform-docs",
"version": "0.0.0",
"main": "dist/index.js",
"scripts": {
"build": "tsc --build"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/palantir/foundry-platform-python.git"
},
"bugs": {
"url": "https://github.com/palantir/foundry-platform-python/issues"
},
"homepage": "https://github.com/palantir/foundry-platform-python#readme",
"devDependencies": {
"@osdk/docs-spec-core": "^0.5.0",
"@osdk/docs-spec-platform": "^0.8.0",
"typescript": "^5.8.3"
},
"sls": {
"dependencies": {
"com.palantir.foundry.api:api-gateway": {
"minVersion": "1.1515.0",
"maxVersion": "1.x.x",
"optional": false
}
}
}
}