-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 906 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 906 Bytes
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
{
"name": "dvxpv",
"version": "0.1.6-beta",
"description": "Dataverse Personal Views Exporter",
"main": "dist/index.js",
"bin": "dist/index.js",
"files": [
"dist/**/*"
],
"type": "commonjs",
"repository": {
"type": "git",
"url": "https://github.com/OliverFlint/dvxpv.git"
},
"keywords": [
"Dataverse",
"Power Platform",
"Power Apps",
"Dynamics 365"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npm run build & node .",
"build": "npx tsc"
},
"author": "Oliver Flint",
"license": "MIT",
"dependencies": {
"@azure/msal-node": "^2.6.5",
"commander": "^12.0.0",
"figlet": "^1.7.0",
"node-fetch": "^2.7.0",
"open": "^8.4.2"
},
"devDependencies": {
"@types/figlet": "^1.5.8",
"@types/node": "^20.11.30",
"@types/node-fetch": "^2.6.11",
"typescript": "^5.4.3"
}
}