forked from thepushkaraj/TechCreators
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 724 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 724 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
{
"name": "techcreators",
"version": "1.0.0",
"description": "The A website to list tech twitter creators, across the world.",
"main": "scripts/app.js",
"scripts": {
"start": "serve -s .",
"format": "prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/pushkaraj2007/TechCreators.git"
},
"keywords": [
"javascript",
"css",
"html",
"good-for-beginners"
],
"author": "Pushkaraj Kulkarni",
"license": "MIT",
"bugs": {
"url": "https://github.com/pushkaraj2007/TechCreators/issues"
},
"homepage": "https://github.com/pushkaraj2007/TechCreators#readme",
"devDependencies": {
"prettier": "^2.7.1",
"serve": "^14.0.1"
}
}