-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 746 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 746 Bytes
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
{
"name": "github-actions-get-flutter-version-env",
"version": "1.1.0",
"description": "Get the Flutter environment version from the pubspec file",
"type": "module",
"main": "dist/index.js",
"scripts": {
"lint": "eslint .",
"prepare": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions.git"
},
"keywords": [
"actions",
"node"
],
"author": "Zennon Gosalvez",
"license": "MIT",
"dependencies": {
"@actions/core": "^3.0.0",
"yaml": "^2.8.3"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^29.0.2",
"@rollup/plugin-node-resolve": "^16.0.3",
"eslint": "^10.1.0",
"rollup": "^4.60.0"
}
}