-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.12 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
{
"name": "setup-fianu",
"version": "1.0.0",
"description": "Setup fianu GitHub action",
"main": "index.js",
"scripts": {
"build": "ncc build index.js -o dist --source-map --license licenses.txt",
"format": "prettier --write **/*.js",
"lint": "eslint . --ext .js,.ts,.tsx"
},
"repository": {
"type": "git",
"url": "https://github.com/fianulabs/setup-fiannu"
},
"keywords": [
"actions",
"fianu",
"cli",
"setup"
],
"author": "FianuLabs",
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/tool-cache": "^2.0.1"
},
"devDependencies": {
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.1",
"@types/sinon": "^10.0.15",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vercel/ncc": "^0.36.1",
"chai": "^4.3.7",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^5.0.0",
"mocha": "^10.2.0",
"prettier": "^3.0.0",
"sinon": "^15.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
}
}