UNPKG

1.08 kBJSONView Raw
1{
2 "name": "babel-preset-expo",
3 "version": "5.0.0",
4 "description": "The Babel preset for Expo projects",
5 "main": "index.js",
6 "scripts": {
7 "jest": "jest",
8 "lint": "eslint .",
9 "test": "jest --watch"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/expo/expo.git"
14 },
15 "keywords": [
16 "babel",
17 "babel-preset",
18 "expo",
19 "react-native"
20 ],
21 "author": "Expo <support@expo.io>",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/expo/expo/issues"
25 },
26 "homepage": "https://github.com/expo/expo/tree/master/packages/babel-preset-expo#readme",
27 "eslintConfig": {
28 "extends": "universe/node"
29 },
30 "jest": {
31 "testEnvironment": "node",
32 "testPathIgnorePatterns": [
33 "<rootDir>/node_modules/",
34 "<rootDir>/__tests__/samples/"
35 ]
36 },
37 "dependencies": {
38 "@babel/plugin-proposal-decorators": "^7.1.0",
39 "babel-plugin-module-resolver": "^3.1.1",
40 "metro-react-native-babel-preset": "^0.49.0"
41 },
42 "devDependencies": {
43 "@babel/core": "^7.1.0",
44 "jest": "^23.6.0"
45 }
46}