sp-dev-fx-webparts/samples/react-sales-orders/package.json

18 lines
339 B
JSON
Raw Normal View History

2023-11-05 16:06:03 -05:00
{
2023-11-06 18:03:48 -05:00
"name": "teamsfx-template-spfx-tab",
"version": "0.0.1",
"description": "",
"engines": {
"node": "16"
},
"author": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@microsoft/teamsfx-cli": "1.*"
},
"license": "MIT"
2023-11-05 16:06:03 -05:00
}