-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 923 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
30
31
32
33
34
35
36
37
{
"name": "@regestaitalia/abapversion",
"version": "1.1.0",
"description": "Extract abapGit repository version",
"scripts": {
"pack": "ncc build tsDist/index.js --license licenses.txt",
"build": "tsc && npm run pack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RegestaItalia/abapVersion.git"
},
"keywords": [
"abapGit",
"version"
],
"author": "Simone Gaffurini <simone.gaffurini@regestaitalia.it>",
"license": "MIT",
"bugs": {
"url": "https://github.com/RegestaItalia/abapVersion/issues"
},
"homepage": "https://github.com/RegestaItalia/abapVersion#readme",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^5.1.1",
"fast-xml-parser": "^4.3.2"
},
"devDependencies": {
"@types/node": "^20.4.6",
"ncp": "^2.0.0"
}
}