forked from frontly/cli
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 836 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
38
39
{
"name": "frontly-cli-repo",
"version": "0.1.0",
"description": "Universal command line interface for easy scaffolding of frontend apps",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/frontly/cli.git"
},
"keywords": [
"cli",
"frontend",
"frameworks",
"react",
"angular",
"vuejs",
"scaffolding",
"templates"
],
"author": "Frontly Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/frontly/cli/issues"
},
"homepage": "https://github.com/frontly/cli#readme",
"scripts": {
"test": "lerna run test --concurrency 1"
},
"dependencies": {},
"devDependencies": {
"@types/node": "^12.6.2",
"lerna": "^3.15.0",
"tslint": "^5.18.0",
"typescript": "^3.5.3"
},
"workspaces": [
"packages/*"
]
}