-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 892 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
{
"name": "nativescript-plugins-health-check",
"version": "1.0.0",
"description": "To check the health of nativescript plugins",
"main": "",
"scripts": {
"start": "npm i && tsc -w .github/plugins-list.ts .github/actions/test-plugins-action/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/valor-software/nativescript-plugins-health-check.git"
},
"keywords": [
"nativescript",
"{N}",
"plugins",
"angular",
"test"
],
"author": "Alexander Sinitsa",
"license": "ISC",
"bugs": {
"url": "https://github.com/valor-software/nativescript-plugins-health-check/issues"
},
"homepage": "https://github.com/valor-software/nativescript-plugins-health-check#readme",
"devDependencies": {
"@actions/core": "^1.6.0",
"@actions/exec": "^1.1.0",
"@types/node": "^16.10.3",
"typescript": "^4.4.3"
}
}