@moderntribe/wme-utils
Version:
Common utilities used in the WME ecosystem
37 lines • 1.03 kB
JSON
{
"name": "@moderntribe/wme-utils",
"version": "2.0.0",
"private": false,
"author": "Moderntribe Incubator Team",
"description": "Common utilities used in the WME ecosystem",
"keywords": [
"moderntribe",
"utilities",
"wme"
],
"license": "MIT",
"sideEffects": false,
"source": "src/index.ts",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"files": [
"dist"
],
"devDependencies": {
"@types/jest": "^29.1.2",
"@types/jquery": "^3.5.14",
"jest": "^29.2.0",
"rollup": "^2.79.1",
"@moderntribe/rollup-config": "0.0.0",
"@moderntribe/tsconfig": "0.1.0"
},
"scripts": {
"build": "rollup --config node:@moderntribe/rollup-config --environment NODE_ENV:production",
"dev": "rollup --config node:@moderntribe/rollup-config --watch",
"lint": "eslint . --ext .ts",
"test": "jest",
"test:coverage": "jest --coverage",
"test:coveralls": "jest --coverage --coverageReporters=text-lcov | coveralls"
}
}