Skip to content

Commit 335156c

Browse files
authored
Merge pull request #73 from plotday/project-sync
Project sync
2 parents 43472b4 + c9eb53e commit 335156c

27 files changed

Lines changed: 2401 additions & 79 deletions

File tree

pnpm-lock.yaml

Lines changed: 966 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/asana/package.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"name": "@plotday/tool-asana",
3+
"displayName": "Asana",
4+
"description": "Sync with Asana project management",
5+
"author": "Plot <team@plot.day> (https://plot.day)",
6+
"license": "MIT",
7+
"version": "0.1.0",
8+
"type": "module",
9+
"main": "./dist/index.js",
10+
"types": "./dist/index.d.ts",
11+
"exports": {
12+
".": {
13+
"@plotday/source": "./src/index.ts",
14+
"types": "./dist/index.d.ts",
15+
"default": "./dist/index.js"
16+
}
17+
},
18+
"files": [
19+
"dist",
20+
"README.md",
21+
"LICENSE"
22+
],
23+
"scripts": {
24+
"build": "tsc",
25+
"clean": "rm -rf dist"
26+
},
27+
"dependencies": {
28+
"@plotday/twister": "workspace:^",
29+
"asana": "^3.0.10"
30+
},
31+
"devDependencies": {
32+
"@types/asana": "^0.18.17",
33+
"@types/node": "^25.0.3",
34+
"typescript": "^5.9.3"
35+
},
36+
"repository": {
37+
"type": "git",
38+
"url": "https://github.com/plotday/plot.git",
39+
"directory": "tools/asana"
40+
},
41+
"homepage": "https://plot.day",
42+
"bugs": {
43+
"url": "https://github.com/plotday/plot/issues"
44+
},
45+
"keywords": [
46+
"plot",
47+
"tool",
48+
"asana",
49+
"project-management"
50+
],
51+
"publishConfig": {
52+
"access": "public"
53+
}
54+
}

0 commit comments

Comments
 (0)