uci-utils-class-merge/package.json

36 lines
991 B
JSON
Raw Normal View History

2020-02-20 21:34:20 -08:00
{
"name": "@uci-utils/class-merge",
2021-04-24 19:23:51 -07:00
"version": "1.1.0",
2020-02-20 21:34:20 -08:00
"description": "Function to merge classes when making an extended class",
"main": "src/merge.js",
2021-04-24 19:23:51 -07:00
"type": "module",
2020-02-20 21:34:20 -08:00
"scripts": {
2021-04-24 19:23:51 -07:00
"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"
2020-02-20 21:34:20 -08:00
},
"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",
2021-04-24 19:23:51 -07:00
"chai-eventemitter2": "^0.2.1",
"eslint": "^7.26.0",
"eslint-config-standard": "^16.0.2",
"mocha": "^8.4.0",
"nodemon": "^2.0.7"
2020-02-20 21:34:20 -08:00
}
}