UNPKG

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