- Add front component form to create linear issue <img width="1512" height="831" alt="image" src="https://github.com/user-attachments/assets/ffbb223f-30a8-4c64-ac6d-002c29b604c1" /> <img width="1512" height="829" alt="image" src="https://github.com/user-attachments/assets/a5ed2464-35a9-4a60-804c-5f15eb0043b4" /> - improve marketplace Linear app page <img width="1302" height="834" alt="image" src="https://github.com/user-attachments/assets/cdec7ec2-953d-4a49-a797-5369834b03c1" /> - update admin settings to display non secret values <img width="861" height="473" alt="image" src="https://github.com/user-attachments/assets/41dadf02-aa5d-4eb6-befe-0ad8ad4049b2" />
33 lines
837 B
JSON
33 lines
837 B
JSON
{
|
|
"name": "twenty-linear",
|
|
"version": "0.1.6",
|
|
"description": "Linear integration for Twenty. Connect a user's Linear account and create issues from logic functions.",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^24.5.0",
|
|
"npm": "please-use-yarn",
|
|
"yarn": ">=4.0.2"
|
|
},
|
|
"keywords": [
|
|
"twenty-app"
|
|
],
|
|
"packageManager": "yarn@4.9.2",
|
|
"scripts": {
|
|
"twenty": "twenty",
|
|
"lint": "oxlint -c .oxlintrc.json .",
|
|
"lint:fix": "oxlint --fix -c .oxlintrc.json .",
|
|
"test": "vitest run --config vitest.unit.config.ts",
|
|
"test:watch": "vitest --config vitest.unit.config.ts"
|
|
},
|
|
"dependencies": {
|
|
"twenty-sdk": "2.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.7.2",
|
|
"oxlint": "^0.16.0",
|
|
"typescript": "^5.9.3",
|
|
"vite-tsconfig-paths": "^4.3.2",
|
|
"vitest": "^3.1.1"
|
|
}
|
|
}
|