forked from raid-toolkit/raid-toolkit-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 904 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 904 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
{
"name": "raid-toolkit-sdk",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/raid-toolkit/raid-toolkit-sdk.git",
"author": "Daniel Chattan <dnchattan@gmail.com>",
"license": "MIT",
"private": true,
"scripts": {
"bump": "ts-node scripts/cli.ts bump-nuget --include-prerelease",
"build": "ts-node scripts/cli.ts",
"//bump-nuget-versions": "ts-node scripts/bump-nuget-versions.ts"
},
"dependencies": {
"@types/child-process-promise": "^2.2.2",
"@types/node": "^18.0.6",
"@types/semver": "^7.3.10",
"caporal": "^1.4.0",
"chalk": "^4.1.2",
"child-process-promise": "^2.2.1",
"cli-spinners": "^2.6.1",
"node-fetch-cjs": "^3.2.9",
"rimraf": "^3.0.2",
"semver": "^7.3.7",
"ts-node": "^10.9.1",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
},
"devDependencies": {
"node-powershell": "^5.0.1"
}
}