uci-utils-type/package.json

46 lines
1.3 KiB
JSON

{
"name": "@uci-utils/type",
"version": "0.6.4",
"description": "A variable type check and casting utility - extension of typechecker package plus type casting",
"main": "src/index.js",
"type": "module",
"scripts": {
"test": "./node_modules/.bin/mocha --timeout 30000",
"test:dev": "UCI_ENV=dev ./node_modules/.bin/nodemon --exec './node_modules/.bin/mocha --timeout 30000' || exit 0",
"test:dev:trace": "UCI_LOG_LEVEL='trace' npm run test:dev",
"test:dev:warn": "UCI_LOG_LEVEL='warn' npm run test:dev",
"test:log": "UCI_ENV=pro UCI_LOG_PATH=./test/test.log 0 npm run test || exit 0"
},
"author": "David Kebler",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/uCOMmandIt/uci-utils.git"
},
"keywords": [
"node.js",
"type",
"typecast",
"cast",
"typeof",
"typechecker",
"variables"
],
"bugs": {
"url": "https://github.com/uCOMmandIt/uci-utils/issues"
},
"homepage": "https://github.com/uCOMmandIt/uci-utils#readme",
"dependencies": {
"@uci-utils/to-boolean": "^0.2.0",
"is-observable": "^2.1.0",
"observable-to-promise": "^1.0.0",
"typechecker": "^7.17.0"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^8.4.0",
"nodemon": "^2.0.7",
"rxjs": "^7.1.0"
}
}