uci-utils-class-merge/package.json

36 lines
991 B
JSON

{
"name": "@uci-utils/class-merge",
"version": "1.1.0",
"description": "Function to merge classes when making an extended class",
"main": "src/merge.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"
},
"author": "David Kebler",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/uCOMmandIt/uci-utils-class-merge.git"
},
"keywords": [
"node.js",
"class",
"ES6",
"merge",
"extend"
],
"bugs": {
"url": "https://github.com/uCOMmandIt/uci-utils-class-merge/issues"
},
"homepage": "https://github.com/uCOMmandIt/uci-utils/class-merge#readme",
"devDependencies": {
"chai": "^4.3.4",
"chai-eventemitter2": "^0.2.1",
"eslint": "^7.26.0",
"eslint-config-standard": "^16.0.2",
"mocha": "^8.4.0",
"nodemon": "^2.0.7"
}
}