UNPKG

751 BJSONView Raw
1{
2 "name": "babel-plugin-idx",
3 "version": "1.3.0",
4 "description": "Babel plugin for transforming the idx utility function.",
5 "main": "lib/babel-plugin-idx.js",
6 "files": [
7 "README.md",
8 "lib/"
9 ],
10 "repository": "facebookincubator/idx",
11 "license": "BSD-3-Clause",
12 "scripts": {
13 "build": "babel src --out-dir lib --ignore test.js --copy-files",
14 "prepublish": "yarn run build && cp ../../README.md .",
15 "test": "jest"
16 },
17 "devDependencies": {
18 "babel-cli": "^6.23.0",
19 "babel-jest": "^19.0.0",
20 "babel-plugin-transform-async-to-generator": "^6.22.0",
21 "babel-plugin-transform-flow-strip-types": "^6.22.0",
22 "babel-preset-env": "^1.1.11",
23 "jest": "^19.0.2"
24 },
25 "jest": {
26 "rootDir": "src"
27 }
28}