-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.3 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
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@xkeshav/template",
"version": "0.1.0",
"private": false,
"displayName": "template",
"description": "This is a repository which have all required files to collaborate and open source your repo on GitHub.",
"publisher": "@xkeshav",
"homepage": "https://github.com/xkeshav/template/blob/main/README.md",
"license": "MIT",
"bugs": {
"url": "https://github.com/xkeshav/template/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/xkeshav/template.git"
},
"author": {
"name": "Keshav Mohta",
"email": "[email protected]"
},
"contributors": [],
"funding": {
"type": "github",
"url": "https://github.com/sponsors/xkeshav"
},
"keywords": [
"project",
"github",
"template"
],
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {},
"timestamp": {
"createdOn": "14 Feb 2024",
"updatedOn": "07 OCT 2024"
},
"devDependencies": {},
"peerDependencies": {},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}