uci-utils-rx-class/package.json

53 lines
1.6 KiB
JSON

{
"name": "@uci-utils/rx-class",
"version": "0.1.5",
"description": "class thats support reactive properites",
"main": "src/rx-class.js",
"type": "module",
"engines": {
"node": ">=16"
},
"scripts": {
"example": "node examples/example",
"example:dev": "./node_modules/.bin/nodemon examples/example",
"example:dev:tra": "./node_modules/.bin/nodemon examples/traverse",
"test": "./node_modules/.bin/mocha --timeout 30000",
"test:dev": "UCI_ENV=dev UCI_LOG_PRETTY='verbose' ./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/.git"
},
"keywords": [
"node.js"
],
"bugs": {
"url": "https://github.com/uCOMmandIt/uci-utils/issues"
},
"homepage": "https://github.com/uCOMmandIt/uci-utils#readme",
"dependencies": {
"@uci-utils/bind-funcs": "^0.3.0",
"@uci-utils/logger": "^0.1.0",
"@uci-utils/obj-nested-prop": "^0.1.2",
"@uci-utils/type": "^0.6.2",
"deep-equal": "^2.0.5",
"rxjs": "^7.0.0",
"traverse": "^0.6.6"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/eslint-parser": "^7.13.14",
"@babel/preset-env": "^7.14.1",
"chai": "^4.3.4",
"eslint": "^7.26.0",
"eslint-config-standard": "^16.0.2",
"mocha": "^8.4.0",
"nodemon": "^2.0.7"
}
}