UNPKG

1.07 kBJSONView Raw
1{
2 "name": "@leanup/cli-core-babel",
3 "version": "2.0.0-rc.78",
4 "description": "This module contains the babel stuff for the @leanup/cli.",
5 "author": "Martin Oppitz <npmjs@martinoppitz.com>",
6 "homepage": "https://leanupjs.org",
7 "files": [
8 "lib/**",
9 "babel.config.js",
10 "package-lock.json"
11 ],
12 "keywords": [
13 "babel",
14 "webpack"
15 ],
16 "license": "Apache-2.0",
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/leanupjs/leanup.git"
20 },
21 "bugs": {
22 "url": "https://github.com/leanupjs/leanup/issues"
23 },
24 "dependencies": {
25 "@babel/core": "7.19.6",
26 "@babel/plugin-proposal-class-properties": "7.18.6",
27 "@babel/plugin-proposal-decorators": "7.20.0",
28 "@babel/plugin-proposal-optional-chaining": "7.18.9",
29 "@babel/preset-env": "7.19.4",
30 "@babel/preset-typescript": "7.18.6",
31 "babel-loader": "8.2.5"
32 },
33 "devDependencies": {
34 "@types/node": "18.11.9",
35 "rimraf": "3.0.2",
36 "typescript": "4.8.4"
37 },
38 "scripts": {
39 "prepack": "rimraf lib && tsc -p tsconfig.json && tsc"
40 }
41}