solive-solc
Version:
Solidity Contract Compiler Tool - Browser Supported
38 lines • 848 B
JSON
{
"name": "solive-solc",
"version": "0.0.2",
"description": "Solidity Contract Compiler Tool - Browser Supported",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"devDependencies": {
"solive-tsconfig": "0.0.2"
},
"dependencies": {
"solc": "^0.8.19"
},
"repository": {
"type": "git",
"url": "https://github.com/WTFAcademy/solive",
"directory": "packages/solc"
},
"keywords": [
"solidity",
"monaco-editor",
"solidity-editor",
"solive",
"solc",
"compiler"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/WTFAcademy/solive/issues"
},
"homepage": "https://github.com/WTFAcademy/solive",
"author": "WTFAcademy",
"scripts": {
"build": "tsc && rollup -c",
"start": "rollup -w -c",
"tsc": "tsc",
"lint": "eslint 'src/**/*.{js,ts}'"
}
}