UNPKG

syms-api-interfaces

Version:
42 lines (41 loc) 1.08 kB
{ "name": "syms-api-interfaces", "version": "0.0.22", "author": "yoonminsang", "description": "Interfaces for syms API", "license": "UNLICENSED", "main": "dist/index.js", "types": "dist/index.d.ts", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "homepage": "https://github.com/ms-secret-syms/syms-server/blob/dev/libs/api-interfaces/README.md", "repository": { "type": "git", "url": "https://github.com/ms-secret-syms/syms-server" }, "bugs": { "url": "https://github.com/ms-secret-syms/syms-server/issues" }, "scripts": { "typecheck": "tsc --noEmit", "build": "tsc", "deploy": "npm install && npm run typecheck && npm run build && npm publish", "postdeploy": "rimraf dist && rm -rf node_modules" }, "dependencies": { "class-transformer": "^0.5.1", "class-validator": "^0.14.1", "reflect-metadata": "^0.2.0" }, "devDependencies": { "@types/node": "^20.3.1", "rimraf": "^3.0.2", "typescript": "^5.1.3" }, "keywords": [ "syms", "api" ] }