pob-babel
Version:
Build and watch with babel and typescript
36 lines • 939 B
JSON
{
"name": "pob-babel",
"version": "45.0.1",
"description": "Build and watch with babel and typescript",
"keywords": [],
"author": "Christophe Hurpeau <christophe@hurpeau.com> (http://christophe.hurpeau.com/)",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/christophehurpeau/pob.git",
"directory": "packages/pob-babel"
},
"homepage": "https://github.com/christophehurpeau/pob",
"type": "module",
"engines": {
"node": ">=22.18.0"
},
"sideEffects": false,
"main": "./lib/index.js",
"exports": {
".": {
"default": "./lib/index.js"
},
"./package.json": "./package.json"
},
"files": [
"lib"
],
"scripts": {
"lint": "yarn run lint:eslint",
"lint:eslint": "yarn '../..' run eslint --quiet 'packages/pob-babel'",
"test": "yarn '../..' run test -- 'packages/pob-babel'"
},
"pob": {},
"prettier": "@pob/root/prettier-config"
}