UNPKG

won-dto

Version:

Won DTO For WonCore

39 lines (38 loc) 905 B
{ "name": "won-dto", "version": "1.0.25", "description": "Won DTO For WonCore", "main": "entities/index.js", "types": "entities/index.d.ts", "files": [ "entities" ], "keywords": [ "network", "won", "web3" ], "license": "MIT", "scripts": { "build": "rimraf lib && tsc", "build:watch": "tsc --watch", "ox": "npx oxlint@latest", "test": "jest --config jestconfig.json", "release": "npm run build && npm publish --access public --registry=https://registry.npmjs.org/ --_authToken=${NPM_TOKEN}" }, "dependencies": { "dataloader": "^2.2.2", "lru_map": "^0.4.1", "mongoose": "^7.0.0", "mongoose-unique-validator": "^4.0.0", "rxjs": "^7.8.1" }, "devDependencies": { "@types/jest": "29.0.3", "@types/node": "18.7.18", "jest": "29.0.3", "rimraf": "5.0.1", "ts-jest": "29.0.1", "typescript": "4.8.3" } }