UNPKG

@gotamedia/oc

Version:

Set of OC helper for NodeJs Runtime.

33 lines (32 loc) 824 B
{ "name": "@gotamedia/oc", "version": "0.3.0", "private": false, "description": "Set of OC helper for NodeJs Runtime.", "main": "index.js", "types": "index.d.ts", "keywords": [ "Gota", "Gota Media", "OC" ], "scripts": { "build": "tsc", "test": "echo 'No tests'", "release": "npx commit-and-tag-version --tag-prefix=''", "finalize-package": "./scripts/finalize-package.sh" }, "license": "MIT", "repository": { "type": "git", "url": "https://bitbucket.org/gotamedia/oc.git" }, "homepage": "https://bitbucket.org/gotamedia/oc#readme", "devDependencies": { "@types/node": "^20.2.4", "typescript": "^5.0.4" }, "dependencies": { "@gotamedia/utils": "^0.0.3" } }