-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 861 Bytes
/
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
{
"name": "nodejs-itunes-api",
"version": "1.7.2",
"description": "Support manage app certificate, devices and provisioning-profile by nodejs",
"main": "./dist/iTunes.js",
"types": "./dist/iTunes.d.ts",
"scripts": {
"init": "tsc --init",
"build": "webpack"
},
"keywords": [
"itunes",
"app",
"certificate",
"provisioning-profile",
"nodejs",
"profile",
"api"
],
"browser": {
"buffer": false
},
"author": "KuanYu <george310909@gmail.com>",
"license": "ISC",
"devDependencies": {
"ts-loader": "^9.2.4",
"typescript": "^4.3.5",
"webpack": "^5.47.1",
"webpack-cli": "^4.7.2"
},
"dependencies": {
"@fidm/x509": "^1.2.1",
"@types/jsonwebtoken": "^8.5.3",
"@types/url-join": "^4.0.1",
"axios": "^0.21.1",
"jsonwebtoken": "^8.5.1",
"url-join": "^4.0.1"
}
}