Files
speckle-server/packages/shared/package.json
T
Gergő Jedlicska 42eb66c75c Rework automation results (#1816)
* WIP: rework results

* fix: preview service build dependency version
2023-10-10 21:56:58 +02:00

60 lines
1.6 KiB
JSON

{
"name": "@speckle/shared",
"version": "2.16.1-alpha.1",
"description": "Shared code between various Speckle JS packages",
"homepage": "https://speckle.systems",
"repository": {
"type": "git",
"url": "https://github.com/specklesystems/speckle-server.git",
"directory": "packages/shared"
},
"main": "./dist-cjs/index.js",
"types": "./dist-esm/index.d.ts",
"module": "./dist-esm/index.js",
"scripts": {
"build": "NODE_ENV=production rollup --config",
"build:dev": "rollup --config",
"dev": "rollup --config --watch",
"prepack": "yarn build",
"lint:eslint": "eslint . --ext .js,.ts",
"lint:tsc": "tsc --noEmit",
"lint": "yarn lint:eslint && yarn lint:tsc"
},
"sideEffects": false,
"engines": {
"node": ">=18.0.0"
},
"author": "AEC Systems",
"license": "Apache-2.0",
"keywords": [
"speckle",
"aec",
"3d"
],
"dependencies": {
"lodash": "^4.17.0",
"lodash-es": "^4.17.21",
"type-fest": "^3.11.1"
},
"peerDependencies": {
"@tiptap/core": "^2.0.0-beta.176",
"pino": "^8.7.0",
"pino-http": "^8.0.0"
},
"devDependencies": {
"@tiptap/core": "^2.0.0-beta.176",
"@types/lodash": "^4.14.184",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"pino": "^8.7.0",
"pino-http": "^8.0.0",
"rollup": "^2.79.1",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-typescript2": "^0.34.1",
"typescript": "^4.5.4"
},
"stableVersion": "0.1.0"
}