UNPKG

@shapediver/sdk.sdtf-v1

Version:
71 lines (70 loc) 1.96 kB
{ "name": "@shapediver/sdk.sdtf-v1", "version": "1.8.0", "description": "Official sdTF SDK for TypeScript", "keywords": [ "shapediver", "sdk", "sdTF" ], "author": "ShapeDiver", "license": "ISC", "main": "dist/index.js", "bin": { "sdtf-v1": "bin/sdtf-v1.js" }, "directories": { "test": "__tests__" }, "files": [ "dist", "src" ], "repository": { "type": "git", "url": "git+https://github.com/shapediver/ShapeDiverSdtfTypeScript.git" }, "scripts": { "test": "bash ../../scripts/test.sh", "check": "tsc --noEmit", "build": "bash ../../scripts/build.sh", "build-dep": "bash ../../scripts/build-dep.sh", "build-dev": "bash ../../scripts/build-dev.sh", "build-prod": "bash ../../scripts/build-prod.sh", "pre-publish": "bash ../../scripts/pre-publish.sh", "post-publish": "bash ../../scripts/post-publish.sh" }, "bugs": { "url": "https://github.com/shapediver/ShapeDiverSdtfTypeScript/issues" }, "homepage": "https://github.com/shapediver/ShapeDiverSdtfTypeScript/tree/master/packages/sdk.sdtf-v1#readme", "engines": { "node": ">=18" }, "typings": "dist/index.d.ts", "browser": { "fs": false, "path": false }, "jest": { "preset": "ts-jest", "testEnvironment": "node", "testMatch": [ "**/__tests__/**/*.test.ts" ] }, "dependencies": { "@shapediver/sdk.sdtf-core": "1.7.4", "@shapediver/sdk.sdtf-primitives": "1.7.4", "@shapediver/sdk.sdtf-geometry": "1.7.4", "browser-or-node": "3.0.0" }, "devDependencies": { "jest": "30.4.2", "lerna": "9.0.7", "typescript": "5.9.3", "webpack": "5.109.0", "webpack-cli": "4.10.0", "webpack-dev-server": "4.15.2" } }