@nomicfoundation/slang
Version:
A modular set of compiler APIs empowering the next generation of Solidity code analysis and developer tooling. Written in Rust and distributed in multiple languages.
50 lines • 1.42 kB
JSON
{
"name": "@nomicfoundation/slang",
"version": "1.3.4",
"type": "module",
"description": "A modular set of compiler APIs empowering the next generation of Solidity code analysis and developer tooling. Written in Rust and distributed in multiple languages.",
"homepage": "https://nomicfoundation.github.io/slang/",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/NomicFoundation/slang.git"
},
"bugs": "https://github.com/NomicFoundation/slang/issues/",
"contributors": [
{
"name": "Slang Team",
"email": "slang@nomic.foundation"
},
{
"name": "Nomic Foundation",
"email": "packages@nomic.foundation"
}
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"keywords": [
"blockchain",
"compilers",
"dapps",
"ethereum",
"parsing",
"smart-contracts",
"solidity",
"tooling"
],
"__exports_comment__": "__SLANG_NPM_PACKAGE_EXPORTS__ (keep in sync)",
"exports": {
".": "./target/index.mjs",
"./ast": "./target/ast/index.mjs",
"./bindings": "./target/bindings/index.mjs",
"./compilation": "./target/compilation/index.mjs",
"./cst": "./target/cst/index.mjs",
"./parser": "./target/parser/index.mjs",
"./utils": "./target/utils/index.mjs"
},
"dependencies": {
"@bytecodealliance/preview2-shim": "^0.17.2"
}
}