-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.12 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "my-node-demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:teamsfx": "timeout 10",
"build:teamsfx:dev": "cross-env TEAMS_FX_ENV=dev npm run build:teamsfx"
},
"author": "",
"license": "ISC",
"dependencies": {
"@microsoft/teamsfx-core": "^1.4.0-rc.0",
"adm-zip": "^0.5.3",
"axios": "^0.24.0",
"fs-extra": "^9.1.0",
"handlebars": "^4.7.7",
"ignore": "^5.1.8",
"klaw": "^3.0.0",
"lru-cache": "^6.0.0",
"mock-fs": "^5.1.4",
"mustache": "^4.1.0",
"semver": "^7.3.5",
"url-join": "^4.0.1",
"yargs": "^17.6.0"
},
"devDependencies": {
"@types/adm-zip": "^0.4.33",
"@types/axios": "^0.14.0",
"@types/fs-extra": "^9.0.7",
"@types/klaw": "^3.0.1",
"@types/lru-cache": "^5.1.0",
"@types/mock-fs": "^4.13.1",
"@types/mustache": "^4.2.1",
"@types/semver": "^7.3.4",
"@types/url-join": "^4.0.0",
"@types/yargs": "^17.0.13",
"cross-env": "^7.0.3",
"env-cmd": "^10.1.0",
"ts-node": "^10.9.1",
"typescript": "^4.7.0"
}
}