generated from italia/js-action-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.34 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": "publiccodeyml-bot",
"version": "0.1.0",
"description": "A bot for publiccode.yml's chores and voting procedure",
"main": "index.js",
"scripts": {
"lint": "eslint --ext .ts src",
"test": "jest",
"build": "rm -f dist/* && ncc build src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/publiccodeyml/bot"
},
"author": "Italia",
"license": "EUPL-1.2",
"bugs": {
"url": "https://github.com/publiccodeyml/bot/issues"
},
"homepage": "https://github.com/publiccodeyml/bot#readme",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/github": "^4.0.0",
"@octokit/rest": "^18.12.0",
"@octokit/types": "^6.34.0",
"@types/mustache": "^4.1.2",
"mustache": "^4.2.0"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"@vercel/ncc": "^0.33.3",
"babel-jest": "^27.5.1",
"eslint": "^8.11.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^16.1.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"jest": "^27.5.1",
"typescript": "^4.6.2"
}
}