mirror of
https://github.com/makeplane/plane.git
synced 2026-07-12 21:40:18 +02:00
25 lines
558 B
JSON
25 lines
558 B
JSON
|
|
{
|
||
|
|
"name": "@silo/linear",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"repository": "https://github.com/makeplane/plane-ee",
|
||
|
|
"author": "Plane Engineering",
|
||
|
|
"license": "AGPL",
|
||
|
|
"private": true,
|
||
|
|
"main": "./dist/index.js",
|
||
|
|
"types": "./dist/index.d.ts",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "tsc --watch",
|
||
|
|
"build": "tsc && tsc-alias",
|
||
|
|
"lint": "eslint --ext .ts src"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@linear/sdk": "^30.0.0",
|
||
|
|
"@plane/sdk": "*"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@plane/eslint-config": "*",
|
||
|
|
"@plane/typescript-config": "*",
|
||
|
|
"tsc-alias": "^1.8.10"
|
||
|
|
}
|
||
|
|
}
|