UNPKG

921 BJSONView Raw
1{
2 "name": "@gatewayapps/cradle",
3 "version": "0.4.1",
4 "description": "",
5 "main": "./dist/index.js",
6 "bin": {
7 "cradle": "./dist/cli/CradleCLI.js"
8 },
9 "scripts": {
10 "prepublishOnly": "npm test && npx tsc",
11 "pretest": "tslint --project .",
12 "test": "npx mocha -r ts-node/register \"src/**/*.spec.ts\""
13 },
14 "files": [
15 "dist/**/*"
16 ],
17 "author": "",
18 "license": "ISC",
19 "devDependencies": {
20 "@types/chai": "^4.1.4",
21 "@types/colors": "^1.2.1",
22 "@types/js-yaml": "^3.11.2",
23 "@types/mocha": "^5.2.5",
24 "@types/node": "^10.5.4",
25 "@types/yargs": "^11.1.1",
26 "chai": "^4.1.2",
27 "mocha": "^5.2.0",
28 "prettier": "^1.14.3",
29 "prettier-tslint": "^0.4.0",
30 "ts-node": "^7.0.0",
31 "tslint": "^5.11.0",
32 "typescript": "^3.0.1"
33 },
34 "dependencies": {
35 "chevrotain": "^3.7.4",
36 "colors": "^1.3.2",
37 "js-yaml": "^3.12.0",
38 "yargs": "^12.0.2"
39 }
40}