UNPKG

cloutcontracts

Version:

CCS Agoric DAPP Implementation

51 lines (50 loc) 1.31 kB
{ "name": "agccsapi", "version": "0.1.0", "description": "Agoric Dapp web server handler", "scripts": { "build": "exit 0", "test": "exit 0", "lint": "eslint '**/*.{js,jsx}'", "lint-fix": "eslint --fix '**/*.{js,jsx}'", "lint-check": "eslint '**/*.{js,jsx}'", "lint-fix-jessie": "eslint -c '.eslintrc-jessie.js' --fix '**/*.{js,jsx}'", "lint-check-jessie": "eslint -c '.eslintrc-jessie.js' '**/*.{js,jsx}'" }, "devDependencies": { "agoric": "*", "eslint": "^7.23.0", "eslint-config-airbnb-base": "^14.0.0", "eslint-config-jessie": "^0.0.6", "eslint-config-prettier": "^6.12.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-prettier": "^3.1.0", "eslint-plugin-jsdoc": "^32.3.0", "prettier": "^2.1.2" }, "dependencies": { "@agoric/zoe": "*", "@agoric/eventual-send": "*", "esm": "^3.2.5" }, "eslintConfig": { "extends": [ "@agoric" ] }, "prettier": { "trailingComma": "all", "singleQuote": true }, "keywords": [], "repository": { "type": "git", "url": "git+https://github.com/Agoric/agoric" }, "author": "Agoric", "license": "Apache-2.0", "bugs": { "url": "https://github.com/Agoric/agoric/issues" }, "homepage": "https://github.com/Agoric/agoric#readme" }