-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 855 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": "@pr4j3sh/create-frames",
"version": "1.0.17",
"description": "frames CLI tool for cloning templates",
"main": "dist/bundle.js",
"bin": {
"create-frames": "dist/bundle.js"
},
"scripts": {
"test": "echo \"Running tests...\" && exit 0",
"build": "node esbuild.config.js",
"dev": "node ."
},
"files": [
"dist"
],
"keywords": [
"templates",
"boilerplates",
"frameworks",
"libraries",
"frames"
],
"author": "Prajesh Pratap Singh <[email protected]> (https://pr4j3sh.vercel.app/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/pr4j3sh/frames.git"
},
"bugs": {
"url": "https://github.com/pr4j3sh/frames/issues"
},
"homepage": "https://pr4j3sh.github.io/frames/",
"devDependencies": {
"esbuild": "^0.24.0"
}
}