UNPKG

@workfront/objcodes

Version:

Definitions for all constants which can be used to interact with Workfront API

47 lines (46 loc) 1.14 kB
{ "name": "@workfront/objcodes", "version": "2.5.2", "description": "Definitions for all constants which can be used to interact with Workfront API", "main": "dist/umd/objcodes.js", "module": "dist/objcodes.js", "jsnext:main": "dist/objcodes.js", "types": "dist/objcodes.d.ts", "files": [ "dist", "src" ], "sideEffects": false, "devDependencies": { "typescript": "5.9.2" }, "scripts": { "prepublishOnly": "npm run build", "build": "rm -rf dist/ && tsc --module umd --outDir dist/umd/ src/*.ts && tsc" }, "repository": { "type": "git", "url": "git+https://github.com/Workfront/workfront-objcodes.git" }, "keywords": [ "Workfront", "ObjCode", "object", "code", "AtTask", "API" ], "author": "Workfront", "contributors": [ "Hovhannes Babayan <bhovhannes@gmail.com>", "Wellington Cordeiro <wellington@wellingtoncordeiro.com>" ], "license": "Apache-2.0", "engines": { "node": ">=8" }, "bugs": { "url": "https://github.com/Workfront/workfront-objcodes/issues" }, "homepage": "https://github.com/Workfront/workfront-objcodes" }