UNPKG

1.32 kBJSONView Raw
1{
2 "name": "@cuba-platform/front-generator",
3 "version": "2.0.1",
4 "description": "CUBA Platform front-end clients generator",
5 "main": "lib/cli.js",
6 "bin": {
7 "gen-cuba-front": "bin/gen-cuba-front.js"
8 },
9 "engines": {
10 "node": ">=8.0"
11 },
12 "scripts": {
13 "compile": "tsc",
14 "build": "rimraf lib && tsc && node scripts/copy-templates.js",
15 "watch": "tsc -w",
16 "test": "mocha --config test/mocha.js.opts",
17 "test:e2e": "node test/e2e.test.js",
18 "test:e2e:sdk": "node test/e2e/sdk.test.js",
19 "test:e2e:react": "node test/e2e/react-client.test.js",
20 "prepublishOnly": "npm run build"
21 },
22 "repository": {
23 "type": "git",
24 "url": "https://github.com/cuba-platform/front-generator"
25 },
26 "dependencies": {
27 "commander": "~2.13.0",
28 "through2": "^2.0.5",
29 "typescript": "3.4.1",
30 "yeoman-environment": "~2.4.0",
31 "yeoman-generator": "~4.0.1"
32 },
33 "devDependencies": {
34 "@types/ejs": "^2.5.1",
35 "@types/mocha": "^2.2.48",
36 "@types/node": "^9.6.17",
37 "@types/through2": "^2.0.33",
38 "@types/yeoman-generator": "^2.0.3",
39 "mocha": "^5.1.1",
40 "rimraf": "^2.6.2",
41 "source-map-support": "^0.5.6",
42 "ts-node": "^4.1.0",
43 "vinyl-fs": "^3.0.3"
44 },
45 "author": "CUBA Platform Team <info@cuba-platform.com>",
46 "license": "Apache-2.0"
47}