UNPKG

1.14 kBJSONView Raw
1{
2 "name": "@bearer/transpiler",
3 "version": "0.98.0",
4 "description": "Bearer transpiler",
5 "main": "lib/index.js",
6 "types": "lib/index.d.ts",
7 "author": "Bearer Team<engineering@bearer.sh>",
8 "license": "MIT",
9 "files": [
10 "lib/"
11 ],
12 "scripts": {
13 "clean": "rm -rf lib/",
14 "start": "yarn build -w",
15 "build": "tsc -p tsconfig.build.json",
16 "prepare": "yarn build",
17 "prepack": "yarn clean && NODE_ENV=production yarn build",
18 "test": "jest --runInBand",
19 "test:ci": "jest --coverage --runInBand"
20 },
21 "repository": {
22 "type": "git",
23 "url": "github:Bearer/bearer"
24 },
25 "devDependencies": {
26 "@bearer/types": "^0.98.0",
27 "@types/fs-extra": "^5.0.3",
28 "@types/jest": "^23.3.13",
29 "@types/node": "^10.12.18",
30 "globby": "^8.0.1",
31 "jest": "^23.6.0",
32 "ts-jest": "^23.10.5"
33 },
34 "dependencies": {
35 "@bearer/logger": "^0.98.0",
36 "async-foreach": "^0.1.3",
37 "case": "^1.5.5",
38 "command-line-args": "^5.0.2",
39 "fs-extra": "^6.0.1",
40 "typescript": "^3.2.4",
41 "typescript-json-schema": "^0.34.0"
42 },
43 "gitHead": "0d56d0700898e746c34f8414aec55f325df97183"
44}