@macalinao/codama-renderers-js-esm
Version:
ESM-native TypeScript renderer for Codama JavaScript code generation
57 lines (56 loc) • 1.35 kB
JSON
{
"name": "@macalinao/codama-renderers-js-esm",
"version": "0.4.5",
"description": "ESM-native TypeScript renderer for Codama JavaScript code generation",
"type": "module",
"sideEffects": false,
"author": "Ian Macalinao <me@ianm.com>",
"homepage": "https://github.com/macalinao/coda",
"license": "Apache-2.0",
"keywords": [
"codama",
"coda",
"solana",
"esm",
"typescript",
"code-generation",
"ian-macalinao"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist/",
"src/"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/macalinao/coda.git",
"directory": "packages/codama-renderers-js-esm"
},
"scripts": {
"build": "tsc",
"clean": "tsc --build --clean && rm -fr .eslintcache dist/ node_modules/ tsconfig.tsbuildinfo",
"lint": "eslint . --cache"
},
"dependencies": {
"@codama/renderers-core": "^1.3.5",
"@codama/renderers-js": "^1.5.5",
"codama": "^1.5.0"
},
"devDependencies": {
"@macalinao/eslint-config": "^7.0.3",
"@macalinao/tsconfig": "^3.2.5",
"eslint": "^9.39.2",
"typescript": "^5.9.3",
"@types/bun": "^1.3.5"
}
}