uci-utils-to-boolean/package.json

33 lines
938 B
JSON

{
"name": "@uci-utils/to-boolean",
"version": "0.2.0",
"description": "function to return a boolean value from sets of default values",
"main": "src/boolean.js",
"type": "module",
"scripts": {
"example": "node examples/example",
"example:dev": "UCI_ENV=dev ./node_modules/.bin/nodemon examples/example",
"test": "./node_modules/.bin/mocha --timeout 30000 || exit 0",
"testd": "./node_modules/.bin/nodemon --exec './node_modules/.bin/mocha --timeout 30000' || exit 0"
},
"author": "David Kebler",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/uCOMmandIt/.git"
},
"keywords": [
"node.js"
],
"bugs": {
"url": "https://github.com/uCOMmandIt/uci-utils/issues"
},
"homepage": "https://github.com/uCOMmandIt/uci-utils#readme",
"dependencies": {},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^8.3.2",
"nodemon": "^2.0.7"
}
}