UNPKG

1.77 kBJSONView Raw
1{
2 "name": "vstack-typescript-generator",
3 "version": "0.8.2",
4 "description": "Tool to generate TypeScript interfaces and TypeScript filter classes for Vstack from C# sources.",
5 "main": "./dist/index.js",
6 "types": "./dist/index.d.ts",
7 "bin": {
8 "tsgen": "./dist/tsgen-cli.js"
9 },
10 "repository": "https://github.com/vintage-software/vstack-typescript-generator.git",
11 "author": "Vintage Software",
12 "contributors": [
13 "Kevin Phelps <kphelps@vintagesoftware.com> (https://kevinphelps.me/)"
14 ],
15 "license": "MIT",
16 "scripts": {
17 "lint": "ts-node ./build/lint.ts",
18 "build": "ts-node ./build/build.ts",
19 "test": "ts-node ./build/test.ts",
20 "print-coverage": "istanbul report -t text",
21 "report-coverage": "cat ./coverage/lcov.info | codecov",
22 "prepublishOnly": "yarn run build"
23 },
24 "dependencies": {
25 "@types/camelcase": "4.1.0",
26 "@types/globby": "6.1.0",
27 "@types/pluralize": "0.0.28",
28 "camelcase": "4.1.0",
29 "chalk": "2.3.0",
30 "globby": "7.1.1",
31 "mkdirp": "0.5.1",
32 "pluralize": "7.0.0",
33 "yargs": "10.0.3"
34 },
35 "devDependencies": {
36 "@types/camelcase": "4.1.0",
37 "@types/diff": "3.2.2",
38 "@types/globby": "6.1.0",
39 "@types/jasmine": "2.8.3",
40 "@types/mkdirp": "0.5.2",
41 "@types/node": "8.5.7",
42 "@types/pluralize": "0.0.28",
43 "@types/rimraf": "2.0.2",
44 "@types/yargs": "10.0.1",
45 "codecov": "3.0.0",
46 "codecov.io": "0.1.6",
47 "diff": "3.4.0",
48 "dir-compare": "1.4.0",
49 "istanbul": "0.4.5",
50 "jasmine": "2.8.0",
51 "remap-istanbul": "0.9.5",
52 "rimraf": "2.6.2",
53 "ts-node": "4.1.0",
54 "tslint": "5.8.0",
55 "tslint-consistent-codestyle": "1.11.0",
56 "typescript": "2.6.2"
57 }
58}