-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 893 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 893 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": "npm-version-date",
"version": "1.2106.18",
"description": "Github action that sets the NPM package version based on a date schema.",
"main": "src/index.js",
"scripts": {
"build": "ncc build src/index.js -o dist --source-map",
"test": "jest --runInBand"
},
"repository": {
"type": "git",
"url": "git+https://github.com/polygon-software/npm-version-date"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/polygon-software/npm-version-date/issues"
},
"homepage": "https://polygon-software.ch",
"dependencies": {
"@actions/core": "^1.2.7",
"date-fns": "^2.21.3"
},
"devDependencies": {
"@babel/preset-env": "^7.14.1",
"jest": "^26.6.3",
"mockdate": "^3.0.5",
"@vercel/ncc": "^0.28.5"
}
}