@rws-air/utils
Version:
Utilities for rws-air libraries and applications
59 lines (58 loc) • 1.3 kB
JSON
{
"name": "@rws-air/utils",
"version": "6.0.4",
"description": "Utilities for rws-air libraries and applications",
"author": "@rws-air",
"license": "Apache-2.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"homepage": "https://github.com/RWS-NL/air-node-packages/tree/master/packages/utils#readme",
"scripts": {
"lint": "eslint src __tests__ --fix --ext ts",
"test": "jest",
"prebuild": "yarn lint && yarn test",
"build": "tsc -b src",
"ci:build": "tsc -b src",
"start": "tsc -w"
},
"files": [
"dist",
"!dist/.tsbuildinfo"
],
"peerDependencies": {
"fuse.js": "^6",
"lodash.orderby": ">=4",
"react": ">=17"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=16",
"npm": ">=6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RWS-NL/air-node-packages.git",
"directory": "packages/utils"
},
"bugs": {
"url": "https://github.com/RWS-NL/air-node-packages/issues"
},
"keywords": [
"react",
"hooks",
"utils",
"utilities",
"rws-air",
"rws-nl",
"rws",
"air",
"typescript",
"ts"
],
"dependencies": {
"@discordjs/collection": "^0.2.0"
},
"gitHead": "78e9f3957d0a65d7fd09561b37b8f290811a6745"
}