noma-rwa
Version:
Noma RWA
25 lines • 554 B
JSON
{
"name": "noma-rwa",
"version": "0.0.2",
"description": "Noma RWA",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"keywords": [
"RWA",
"Tokenization",
"Noma Chain"
],
"author": "twitter.com/lelerukjaymoh",
"license": "ISC",
"devDependencies": {
"@changesets/cli": "^2.27.1",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
"scripts": {
"build": "tsup index.ts --format cjs,esm --dts",
"release": "pnpm run build && changeset publish",
"lint": "tsc"
}
}