-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 905 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
{
"name": "dangerjs-android-plugin",
"version": "0.4.1",
"description": "DangerJS plugin for Android dev",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"lint": "eslint src/*.ts",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "[email protected]:koji-1009/dangerjs-android-plugin.git",
"bugs": "https://github.com/koji-1009/dangerjs-android-plugin/issues",
"homepage": "https://github.com/koji-1009/dangerjs-android-plugin#readme",
"author": "Koji Wakamiya <[email protected]>",
"license": "MIT",
"dependencies": {
"xml2js": "^0.4.0"
},
"devDependencies": {
"@types/node": "^17.0.0",
"@types/xml2js": "^0.4.0",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"danger": "^11.0.0",
"eslint": "^8.8.0",
"typescript": "^4.7.0"
}
}