@urbanisierung/flethly
Version:
easily sell digital assets with ether
67 lines (66 loc) • 1.85 kB
JSON
{
"name": "@urbanisierung/flethly",
"version": "0.0.24",
"description": "easily sell digital assets with ether",
"keywords": [
"web3",
"solidity",
"digital-assets"
],
"repository": {
"type": "git",
"url": "https://github.com/urbanisierung/flethly"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"compile": "NODE_ENV=local ts-node ./src/ethereum/compile.ts",
"deploy": "NODE_ENV=local ts-node ./src/ethereum/deploy.ts",
"build": "tsc --p tsconfig.json",
"test": "jest --config jest.config.ts",
"try": "NODE_ENV=local ts-node ./src/try.ts",
"try-contract": "NODE_ENV=local ts-node ./src/try-contract.ts"
},
"author": "adam.urban@gmail.com",
"license": "ISC",
"dependencies": {
"btoa": "^1.2.1",
"dotenv": "^8.2.0",
"eth-sig-util": "^3.0.1",
"pino": "^6.7.0",
"uuid": "^8.3.2",
"web3": "^1.3.5"
},
"devDependencies": {
"@chainlink/contracts": "^0.1.7",
"@studydefi/money-legos": "^2.4.2",
"@truffle/hdwallet-provider": "^1.2.6",
"@types/jasmine": "^3.6.9",
"@types/jest": "^26.0.22",
"@types/node": "^14.14.37",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"eslint": "^7.23.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"ethers": "^5.1.0",
"fs-extra": "^9.1.0",
"ganache-cli": "^6.12.2",
"jest": "^26.6.3",
"node-mocks-http": "^1.10.1",
"nyc": "^15.1.0",
"pino-pretty": "^4.0.0",
"prettier": "2.2.1",
"solc": "^0.8.3",
"testdouble": "^3.16.1",
"testdouble-jest": "^2.0.0",
"ts-jest": "^26.5.4",
"ts-node": "^9.1.1",
"typescript": "^4.2.3"
}
}