@twin.org/nft-models
Advanced tools
Comparing version 0.0.1-next.3 to 0.0.1-next.4
# @twin.org/nft-models - Changelog | ||
## v0.0.1-next.3 | ||
## v0.0.1-next.4 | ||
- Initial Release |
{ | ||
"name": "@twin.org/nft-models", | ||
"version": "0.0.1-next.3", | ||
"version": "0.0.1-next.4", | ||
"description": "Contains models and classes for use with NFTs", | ||
@@ -16,15 +16,2 @@ "repository": { | ||
}, | ||
"scripts": { | ||
"clean": "rimraf dist coverage", | ||
"build": "tspc", | ||
"test": "vitest --run --config ./vitest.config.ts --no-cache", | ||
"coverage": "vitest --run --coverage --config ./vitest.config.ts --no-cache", | ||
"bundle:esm": "rollup --config rollup.config.mjs --environment MODULE:esm", | ||
"bundle:cjs": "rollup --config rollup.config.mjs --environment MODULE:cjs", | ||
"bundle": "npm run bundle:esm && npm run bundle:cjs", | ||
"docs:clean": "rimraf docs/reference", | ||
"docs:generate": "typedoc", | ||
"docs": "npm run docs:clean && npm run docs:generate", | ||
"dist": "npm run clean && npm run build && npm run test && npm run bundle && npm run docs" | ||
}, | ||
"dependencies": { | ||
@@ -35,16 +22,2 @@ "@twin.org/core": "next", | ||
}, | ||
"devDependencies": { | ||
"@twin.org/nameof-transformer": "next", | ||
"@vitest/coverage-v8": "2.1.1", | ||
"@types/node": "22.5.5", | ||
"copyfiles": "2.4.1", | ||
"rimraf": "6.0.1", | ||
"rollup": "4.22.0", | ||
"rollup-plugin-typescript2": "0.36.0", | ||
"ts-patch": "3.2.1", | ||
"typedoc": "0.26.7", | ||
"typedoc-plugin-markdown": "4.2.7", | ||
"typescript": "5.6.2", | ||
"vitest": "2.1.1" | ||
}, | ||
"main": "./dist/cjs/index.cjs", | ||
@@ -51,0 +24,0 @@ "module": "./dist/esm/index.mjs", |
0
32128