mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-06 09:47:43 +02:00
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "@hcengineering/platform-rig",
|
|
"version": "0.7.9",
|
|
"scripts": {
|
|
"build": "echo 'Not required'",
|
|
"format": "echo 'Not required'"
|
|
},
|
|
"exports": {
|
|
"./bin/*": "./bin/*",
|
|
"./profiles/*": "./profiles/*"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"dependencies": {
|
|
"esbuild": "^0.25.9",
|
|
"esbuild-plugin-copy": "^2.1.1"
|
|
},
|
|
"bin": {
|
|
"format": "./bin/format.js",
|
|
"compile": "./bin/compile.js",
|
|
"do-svelte-check": "./bin/do-svelte-check.js",
|
|
"bump-package-version": "./bin/bump-package-version.js",
|
|
"bump-changes-from-tag": "./bin/bump-changes-from-tag.js"
|
|
},
|
|
"peerDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^6.11.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-n": "^15.4.0",
|
|
"eslint": "^8.54.0",
|
|
"@typescript-eslint/parser": "^6.11.0",
|
|
"eslint-config-standard-with-typescript": "^40.0.0",
|
|
"prettier": "^3.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|