mirror of
https://github.com/alexgo-io/clarity-codegen.git
synced 2026-01-12 14:34:34 +08:00
feat: add generate export
This commit is contained in:
12
package.json
12
package.json
@@ -16,6 +16,18 @@
|
||||
"prepare": "pnpm run build",
|
||||
"build": "rm -rf lib && tsc -p tsconfig.json && tsc -p tsconfig.cjs.json"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"require": "./lib/index.js"
|
||||
},
|
||||
"./generate": {
|
||||
"types": "./dist/generate/index.d.ts",
|
||||
"import": "./dist/generate/index.js",
|
||||
"require": "./lib/generate/index.js"
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"@stacks/transactions": "^6.5.2",
|
||||
"@types/lodash": "^4.14.194",
|
||||
|
||||
Reference in New Issue
Block a user