|
1 | 1 | {
|
2 |
| - "devDependencies": { |
3 |
| - "@babel/core": "^7.0.0", |
4 |
| - "@babel/preset-env": "^7.0.0", |
5 |
| - "babel-core": "^6.26.0", |
6 |
| - "babel-preset-env": "^1.6.1", |
7 |
| - "eslint": "^4.19.1", |
8 |
| - "eslint-config-prettier": "^2.9.0", |
9 |
| - "eslint-plugin-node": "^6.0.1", |
10 |
| - "eslint-plugin-prettier": "^2.6.0", |
11 |
| - "jest": "^21.0.0", |
12 |
| - "lerna-changelog": "^0.8.2", |
13 |
| - "prettier": "^1.12.1" |
14 |
| - }, |
15 | 2 | "name": "babel-plugin-debug-macros",
|
16 | 3 | "version": "0.2.0",
|
17 | 4 | "description": "Debug macros and feature flag stripping",
|
18 |
| - "main": "src/index.js", |
19 |
| - "files": [ |
20 |
| - "src/", |
21 |
| - "!src/tests" |
| 5 | + "keywords": [ |
| 6 | + "babel", |
| 7 | + "plugin" |
22 | 8 | ],
|
23 | 9 | "repository": {
|
24 | 10 | "type": "git",
|
25 | 11 | "url": "https://github.com/chadhietala/babel-debug-macros"
|
26 | 12 | },
|
27 |
| - "scripts": { |
28 |
| - "changelog": "lerna-changelog", |
29 |
| - "test": "jest" |
30 |
| - }, |
31 |
| - "keywords": [ |
32 |
| - "babel", |
33 |
| - "plugin" |
34 |
| - ], |
| 13 | + "license": "MIT", |
35 | 14 | "contributors": [
|
36 | 15 | "Chad Hietala <[email protected]>",
|
37 | 16 | "Kris Selden <[email protected]>",
|
38 | 17 | "Robert Jackson <[email protected]>"
|
39 | 18 | ],
|
40 |
| - "license": "MIT", |
41 |
| - "dependencies": { |
42 |
| - "semver": "^5.3.0" |
43 |
| - }, |
44 |
| - "peerDependencies": { |
45 |
| - "@babel/core": "^7.0.0" |
| 19 | + "files": [ |
| 20 | + "src/", |
| 21 | + "!src/tests" |
| 22 | + ], |
| 23 | + "main": "src/index.js", |
| 24 | + "scripts": { |
| 25 | + "changelog": "lerna-changelog", |
| 26 | + "test": "jest" |
46 | 27 | },
|
47 | 28 | "jest": {
|
48 | 29 | "testMatch": [
|
49 | 30 | "<rootDir>/tests/**/*-test.js"
|
50 | 31 | ]
|
51 | 32 | },
|
| 33 | + "dependencies": { |
| 34 | + "semver": "^5.3.0" |
| 35 | + }, |
| 36 | + "devDependencies": { |
| 37 | + "@babel/core": "^7.0.0", |
| 38 | + "@babel/preset-env": "^7.0.0", |
| 39 | + "babel-core": "^6.26.0", |
| 40 | + "babel-preset-env": "^1.6.1", |
| 41 | + "eslint": "^4.19.1", |
| 42 | + "eslint-config-prettier": "^2.9.0", |
| 43 | + "eslint-plugin-node": "^6.0.1", |
| 44 | + "eslint-plugin-prettier": "^2.6.0", |
| 45 | + "jest": "^21.0.0", |
| 46 | + "lerna-changelog": "^0.8.2", |
| 47 | + "prettier": "^1.12.1" |
| 48 | + }, |
| 49 | + "peerDependencies": { |
| 50 | + "@babel/core": "^7.0.0" |
| 51 | + }, |
52 | 52 | "engines": {
|
53 | 53 | "node": ">=6"
|
54 | 54 | }
|
|
0 commit comments