mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 14:01:45 +02:00
26 lines
574 B
JSON
26 lines
574 B
JSON
|
|
{
|
||
|
|
"name": "@silo/asana",
|
||
|
|
"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": {
|
||
|
|
"@plane/sdk": "*",
|
||
|
|
"@silo/core": "*",
|
||
|
|
"asana": "^3.0.11"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@plane/eslint-config": "*",
|
||
|
|
"@plane/typescript-config": "*",
|
||
|
|
"tsc-alias": "^1.8.10"
|
||
|
|
}
|
||
|
|
}
|