File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " ton-assembly" ,
3- "version" : " 0.3.0 " ,
3+ "version" : " 0.3.1 " ,
44 "description" : " TON assembler and disassembler" ,
55 "author" : " TON Studio & TON Core" ,
66 "repository" : {
1111 "bugs" : {
1212 "url" : " https://github.com/ton-blockchain/tasm/issues"
1313 },
14+ "license" : " MIT" ,
1415 "engines" : {
1516 "node" : " >=18.0.0"
1617 },
5354 "peerDependencies" : {
5455 "@ton/core" : " >=0.61.0"
5556 },
57+ "peerDependenciesMeta" : {
58+ "@ton/core" : {
59+ "optional" : false
60+ }
61+ },
5662 "devDependencies" : {
5763 "@ton-community/func-js" : " ^0.9.1" ,
5864 "@ton/core" : " ^0.61.0" ,
112118 " !*.d.ts.map" ,
113119 " !*.js.map"
114120 ],
121+ "publishConfig" : {
122+ "access" : " public"
123+ },
115124 "packageManager" : " yarn@4.6.0" ,
116125 "bin" : {
117126 "tasm" : " ./dist/cli/assembler.js" ,
You can’t perform that action at this time.
0 commit comments