generated from actions/javascript-action
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.13 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
{
"name": "follower-change",
"version": "2.2.0",
"description": "Get your GitHub followers change (follow or unfollow)",
"main": "index.js",
"scripts": {
"lint": "eslint **/*.ts",
"prepare": "ncc build src/index.ts -o dist --source-map --license licenses.txt",
"test": "jest --passWithNoTests",
"all": "npm run lint && npm run test && npm run prepare"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sorosliu1029/follower-change.git"
},
"keywords": [
"GitHub",
"Actions",
"JavaScript"
],
"author": "Soros Liu",
"license": "MIT",
"bugs": {
"url": "https://github.com/Sorosliu1029/follower-change/issues"
},
"homepage": "https://github.com/Sorosliu1029/follower-change#readme",
"dependencies": {
"@actions/artifact": "^0.5.2",
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"adm-zip": "^0.5.9"
},
"devDependencies": {
"@tsconfig/node16": "^1.0.3",
"@types/adm-zip": "^0.4.34",
"@typescript-eslint/parser": "^5.46.1",
"@vercel/ncc": "^0.32.0",
"eslint": "^8.30.0",
"jest": "^27.3.1",
"typescript": "4.6"
}
}