-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
47 lines (47 loc) · 1.29 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
45
46
47
{
"name": "ios-mobileprovision-finder",
"version": "1.2.0",
"description": "API to find an iOS mobile provision",
"main": "src/index.js",
"bin": "src/ios-mobileprovision-finder.js",
"files": [
"src/**/*.js",
"src/**/*.d.ts",
"src/**/*.map"
],
"scripts": {
"prepare": "tsc && pegjs src/parsers/security-find-identity.pegjs && pegjs src/parsers/security-find-certificate.pegjs",
"test": "tsc && mocha tests",
"dev": "tsc --watch",
"watch": "mocha-typescript-watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NativeScript/ios-mobileprovision-finder.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/NativeScript/ios-mobileprovision-finder/issues"
},
"homepage": "https://github.com/NativeScript/ios-mobileprovision-finder#readme",
"dependencies": {
"chalk": "^5.2.0",
"plist": "^3.0.6",
"yargs": "^17.7.1"
},
"devDependencies": {
"@types/chai": "^3.4.34",
"@types/chai-spies": "0.0.0",
"@types/chalk": "^0.4.31",
"@types/mocha": "^2.2.33",
"@types/node": "18.15.5",
"@types/yargs": "^17.0.23",
"chai": "^3.5.0",
"chai-spies": "^0.7.1",
"mocha": "^3.2.0",
"mocha-typescript": "^1.0.11",
"pegjs": "^0.10.0",
"typescript": "5.0.2"
}
}