UNPKG

orxapi.tools.array

Version:
57 lines (56 loc) 1.68 kB
{ "name": "orxapi.tools.array", "version": "1.1.0", "description": "The TypeScript array tools library for orxapi", "main": "dist/index.js", "types": "dist/index", "files": [ "dist/" ], "scripts": { "clean": "rm -rf dist", "build": "npm run clean && tsc && tsc -m es6 --outDir dist-esm", "bundle": "node fusebox.config.js", "bundleDev": "node fusebox.config.js bundle-dev", "buildDocs": "typedoc --out docs --mode file --name 'orxapi.tools.array' --gitRevision revision --readme 'README.md' --module commonjs --target es5 --theme minimal --excludePrivate", "lint": "tslint --project .", "prepublish": "npm run lint && npm run build && npm run buildDocs", "watch": "rm -rf dist && tsc --watch" }, "repository": { "type": "git", "url": "http://gitlab.internal.travelsoft.fr/catalog/node_modules/orxapi.tools.array.git" }, "bugs": { "url": "http://gitlab.internal.travelsoft.fr/catalog/node_modules/orxapi.tools.array/issues" }, "homepage": "http://gitlab.internal.travelsoft.fr/catalog/node_modules/orxapi.tools.array#readme", "keywords": [ "orchestra", "orxapi", "tools", "array" ], "author": { "name": "Orchestra", "url": "http://www.orchestra.eu" }, "contributors": [ { "name": "Emmanuel Sammut", "email": "emmanuel.sammut@orchestra.eu" } ], "license": "ISC", "devDependencies": { "fuse-box": "^3.5.0", "fuse-test-runner": "^1.0.16", "fuse-tools": "^1.0.5", "lodash": "^4.17.11", "tslint": "^5.11.0", "typedoc": "^0.12.0", "typedoc-default-themes": "^0.5.0", "typescript": "^3.0.3", "uglify-js": "^3.4.9" } }