lovelacejs/package.json
2020-06-23 20:42:09 -05:00

33 lines
939 B
JSON

{
"name": "dmein",
"version": "0.1.1",
"description": "Dmein is a modern JavaScript Library to create objects that easily mutate data through relationships, filtering, and tranforming the shape of data.",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"build": "webpack --mode production",
"tests": "node ./tests/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joshuashoemaker/dmein.git"
},
"author": "Joshua Shoemaker",
"license": "ISC",
"bugs": {
"url": "https://github.com/joshuashoemaker/dmein/issues"
},
"homepage": "https://github.com/joshuashoemaker/dmein#readme",
"devDependencies": {
"progress": "^2.0.3",
"@babel/core": "^7.10.3",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/preset-env": "^7.10.3",
"babel-loader": "^8.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
}
}