47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "@uci-utils/obj-nested-prop",
|
|
"version": "0.1.1",
|
|
"description": "Functions to get set, delete, and search nested properties of an object",
|
|
"main": "src/obj-nested-prop.js",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"scripts": {
|
|
"test": "./node_modules/.bin/mocha --timeout 30000",
|
|
"test:log": "UCI_ENV=pro UCI_LOG_PATH=./test/test.log 0 npx run test || exit 0",
|
|
"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:debug": "UCI_LOG_LEVEL='debug' npm run test:dev",
|
|
"test:dev:error": "UCI_LOG_LEVEL='error' npm run test:dev"
|
|
},
|
|
"author": "David Kebler",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/uCOMmandIt/uci-utils.git"
|
|
},
|
|
"keywords": [
|
|
"node.js",
|
|
"object",
|
|
"nested",
|
|
"properties",
|
|
"utilities",
|
|
"helpers"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/uCOMmandIt/uci-utils/issues"
|
|
},
|
|
"homepage": "https://github.com/uCOMmandIt/uci-utils#readme",
|
|
"dependencies": {
|
|
"@uci-utils/logger": "^0.1.0",
|
|
"@uci-utils/type": "^0.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.25.0",
|
|
"eslint-config-standard": "^16.0.2",
|
|
"mocha": "^8.4.0",
|
|
"nodemon": "^2.0.7"
|
|
}
|
|
}
|