@mason-api/javascript-sdk
Version:
Mason component rendering library
42 lines (41 loc) • 1.03 kB
JSON
{
"name": "@mason-api/javascript-sdk",
"version": "3.3.0",
"description": "Mason component rendering library",
"main": "dist/index.js",
"scripts": {
"build": "babel src -d dist",
"test": "jest --env=jsdom --runInBand",
"watch": "babel src -d dist -w",
"webpack": "webpack --config webpack.config.js"
},
"keywords": [
"mason",
"components"
],
"author": "Mason <engineering@trymason.com> (https://www.trymason.com)",
"license": "ISC",
"dependencies": {
"@mason-api/utils": "^1.3.0",
"form-serialize": "^0.7.2",
"hyperscript": "^2.0.2",
"immutability-helper": "^3.0.0",
"lodash": "^4.17.11"
},
"devDependencies": {
"@babel/cli": "7.2.3",
"@babel/core": "7.3.4",
"@babel/plugin-proposal-object-rest-spread": "7.3.4",
"@babel/preset-env": "7.3.4",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3"
},
"babel": {
"plugins": [
"@babel/plugin-proposal-object-rest-spread"
],
"presets": [
"@babel/preset-env"
]
}
}