-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 1.03 KB
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
{
"name": "github-date-of-creation",
"version": "3.1.3",
"description": "[](https://developer.chrome.com/docs/extensions/mv3/intro/) [](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat) [](https://opensource.org/licenses/MIT)",
"type": "module",
"scripts": {
"test": "vitest run",
"build": "node scripts/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sizwinz/github-date-of-creation.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sizwinz/github-date-of-creation/issues"
},
"homepage": "https://github.com/sizwinz/github-date-of-creation#readme",
"devDependencies": {
"adm-zip": "^0.6.0",
"vitest": "^4.1.3"
}
}