UNPKG

888 BJSONView Raw
1{
2 "name": "@bearer/transpiler",
3 "version": "0.56.0",
4 "description": "Bearer transpiler",
5 "main": "dist/index.js",
6 "types": "dist/index.d.ts",
7 "author": "Bearer",
8 "license": "MIT",
9 "files": [
10 "dist/"
11 ],
12 "scripts": {
13 "start": "yarn build",
14 "build": "tsc -p tsconfig.json",
15 "prepublish": "yarn build",
16 "prepublishOnly": "yarn build",
17 "test": "jest"
18 },
19 "repository": {
20 "type": "git",
21 "url": "github:Bearer/bearer"
22 },
23 "devDependencies": {
24 "@types/fs-extra": "^5.0.3",
25 "@types/jest": "^23.1.1",
26 "@types/node": "^10.5.2",
27 "globby": "^8.0.1",
28 "jest": "^23.1.0",
29 "ts-jest": "^22.4.6"
30 },
31 "dependencies": {
32 "async-foreach": "^0.1.3",
33 "case": "^1.5.5",
34 "command-line-args": "^5.0.2",
35 "fs-extra": "^6.0.1",
36 "typescript": "^2.9.2"
37 },
38 "gitHead": "cb2654b19000e2ad6f31a0e4ed715a6298c8df2d"
39}