UNPKG

1.47 kBJSONView Raw
1{
2 "name": "pob-babel",
3 "version": "23.8.0",
4 "description": "Build and watch with babel and typescript",
5 "keywords": [],
6 "author": "Christophe Hurpeau <christophe@hurpeau.com> (http://christophe.hurpeau.com/)",
7 "license": "ISC",
8 "repository": {
9 "type": "git",
10 "url": "https://github.com:christophehurpeau/pob.git",
11 "directory": "packages/pob-babel"
12 },
13 "homepage": "https://github.com/christophehurpeau/pob",
14 "engines": {
15 "node": ">=6.5.0"
16 },
17 "main": "./lib/index.js",
18 "types": "./lib/index.d.ts",
19 "bin": {
20 "pob-build": "./pob-build",
21 "pob-watch": "./pob-watch"
22 },
23 "scripts": {
24 "build:definitions": "tsc --lib esnext --noEmit ./lib/index.d.ts",
25 "clean": "rm -Rf docs dist",
26 "lint": "eslint lib/"
27 },
28 "prettier": {
29 "trailingComma": "es5",
30 "singleQuote": true,
31 "arrowParens": "always"
32 },
33 "peerDependencies": {
34 "@babel/core": "^7.0.0",
35 "typescript": "^3.1.1"
36 },
37 "dependencies": {
38 "@babel/preset-flow": "^7.0.0",
39 "babel-plugin-transform-builtins": "^1.0.1",
40 "babel-preset-pob-env": "^2.18.0",
41 "rollup": "^1.7.0",
42 "rollup-config-external-dependencies": "^0.2.0",
43 "rollup-plugin-babel": "^4.3.2",
44 "rollup-plugin-node-resolve": "^4.0.1"
45 },
46 "devDependencies": {
47 "@pob/eslint-config": "29.0.1",
48 "@pob/eslint-config-node": "29.0.1",
49 "eslint": "5.15.3",
50 "prettier": "1.16.4"
51 },
52 "gitHead": "8c34f3409d568fbe981930e1edb1dae307d0a0bd"
53}