uci-utils-class-merge/package.json

34 lines
903 B
JSON

{
"name": "@uci-utils/class-merge",
"version": "1.0.1",
"description": "Function to merge classes when making an extended class",
"main": "src/merge.js",
"scripts": {
"test": "./node_modules/.bin/mocha -r esm --timeout 30000",
"testd": "UCI_ENV=dev ./node_modules/.bin/nodemon --exec './node_modules/.bin/mocha -r esm --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.2.0",
"esm": "^3.2.25",
"mocha": "^7.0.1",
"nodemon": "^2.0.2"
}
}