rtech-struct
Version:
Rtech Platform Superstruct Entity
83 lines (82 loc) • 2 kB
JSON
{
"name": "rtech-struct",
"version": "2.52.0",
"description": "Rtech Platform Superstruct Entity",
"main": "index.js",
"scripts": {
"clean": "rm -rf node_modules && rm -rf nodered/node_modules",
"lint": "eslint --ext .js index.js structures test",
"lint:fix": "eslint --fix --ext .js index.js structures test",
"test": "TZ=utc jest --detectOpenHandles --forceExit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yoctu/rtech-struct.git"
},
"dependencies": {
"currency-iso": "^1.0.4",
"date-fns": "^2.29.3",
"date-fns-tz": "^2.0.0",
"is-email": "^1.0.2",
"is-url": "^1.2.4",
"is-uuid": "^1.0.2",
"moment-timezone": "^0.5.43",
"superstruct": "^1.0.3",
"typescript": "^5.0.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-standard": "^5.0.0",
"jest": "^29.5.0",
"prettier": "^3.0.3"
},
"engines": {
"node": ">= 14.0.0",
"npm": ">= 6.0.0"
},
"jest": {
"verbose": true,
"testEnvironment": "node",
"modulePaths": [
"<rootDir>",
"/node_modules/"
],
"collectCoverage": true,
"coverageDirectory": "test/coverage",
"coverageThreshold": {
"global": {
"branches": 0,
"functions": 0,
"lines": 0,
"statements": 0
}
},
"collectCoverageFrom": [
"*.js",
"structures/*.js",
"test/*.js",
"!**/node_modules/**"
]
},
"keywords": [
"Yoctu",
"Rtech",
"Superstruct",
"Entity",
"Platform",
"Logisitic"
],
"author": "LaV",
"license": "ISC",
"bugs": {
"url": "https://github.com/yoctu/rtech-struct/issues"
},
"homepage": "https://github.com/yoctu/rtech-struct#readme"
}