join-monster-modularizer
Version:
A simple package that helps you modularize your join-monster metadata
41 lines (40 loc) • 1.19 kB
JSON
{
"name": "join-monster-modularizer",
"version": "1.0.2",
"description": "A simple package that helps you modularize your join-monster metadata",
"main": "dist/index.js",
"files": [
"dist/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ennoente/join-monster-modularizer.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d dist",
"prepublish": "npm run build"
},
"keywords": [
"join-monster"
],
"author": "Enno Thoma",
"license": "ISC",
"dependencies": {
"lodash.merge": "^4.6.2",
"require-all": "^3.0.0"
},
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-transform-arrow-functions": "^7.10.4",
"@babel/polyfill": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@playlyfe/gql": "^2.6.2",
"babel-plugin-inline-dotenv": "^1.5.0",
"babel-plugin-inline-import": "^3.0.0",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.3"
}
}