-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.4 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
{
"name": "fort-creator",
"version": "2.0.1",
"description": "Effortlessly generate Fort.js applications with this versatile application generator, empowering you to build robust and scalable web applications with ease.",
"main": "./dist/app.js",
"bin": {
"fort-creator": "./dist/app.js"
},
"dependencies": {
"cli-spinner": "^0.2.10",
"commander": "^8.3.0",
"fs-extra": "^7.0.1",
"github-directory-downloader": "^1.3.6",
"inquirer": "^8.2.0"
},
"devDependencies": {
"@types/fs-extra": "^5.0.5",
"@types/node": "^11.13.0",
"ts-loader": "^5.3.3",
"tslint": "^5.17.0",
"typescript": "^3.4.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-node-externals": "^1.7.2"
},
"scripts": {
"build": "webpack",
"buildpack": "npm run deploy && npm pack",
"deploy": "npm run build",
"build:install": "npm run buildpack && sudo npm i fort-creator-2.0.1.tgz -g",
"prepublishOnly": "npm run deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ujjwalguptaofficial/fort-creator.git"
},
"keywords": [
"fort",
"fortjs",
"generator",
"creator",
"cli",
"tool"
],
"author": "Ujjwal Gupta",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ujjwalguptaofficial/fort-creator/issues"
},
"homepage": "https://github.com/ujjwalguptaofficial/fort-creator#readme"
}