@interep/reputation
Version:
Definitions and utility functions of Interep reputation.
45 lines (44 loc) • 1.34 kB
JSON
{
"name": "@interep/reputation",
"version": "0.5.0",
"description": "Definitions and utility functions of Interep reputation.",
"iife": "dist/index.js",
"unpkg": "dist/index.min.js",
"jsdelivr": "dist/index.min.js",
"main": "dist/index.node.js",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.node.js"
},
"types": "dist/types/index.d.ts",
"files": [
"dist/",
"src/",
"LICENSE",
"README.md"
],
"repository": "git@github.com:interep-project/interep.js.git",
"homepage": "https://github.com/interep-project/interep.js/tree/main/packages/reputation",
"author": {
"name": "Omar Desogus",
"email": "me@cedoor.dev",
"url": "https://cedoor.dev"
},
"license": "MIT",
"scripts": {
"build:watch": "rollup -c rollup.config.ts -w --configPlugin typescript",
"build": "rimraf dist && rollup -c rollup.config.ts --configPlugin typescript",
"gh-pages": "cd demo && yarn && yarn build",
"prepublishOnly": "yarn build"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.3.0",
"rollup-plugin-terser": "^7.0.2"
},
"dependencies": {
"superstruct": "^1.0.3"
}
}