doublescore
Version:
Utility functions for managing data structures and measurement.
49 lines (48 loc) • 1.25 kB
JSON
{
"name": "doublescore",
"description": "Utility functions for managing data structures and measurement.",
"author": "Anthony Hildoer <anthony@bluerival.com>",
"version": "1.0.2",
"repository": {
"type": "git",
"url": "git://github.com/bluerival/doublescore.git"
},
"scripts": {
"prepublish": "npm run build",
"build": "mkdir dist; rm -rf dist/*; node_modules/.bin/tsc",
"test": "node_modules/mocha/bin/mocha -r ts-node/register --bail -u bdd --exit test/main.ts",
"test-watch": "node_modules/mocha/bin/mocha -r ts-node/register --bail -u bdd --exit --watch --extension ts test/main.ts"
},
"keywords": [
"object",
"iterate",
"array",
"clone",
"mixin",
"isObject",
"isArray",
"timer",
"getTypes",
"typeof"
],
"devDependencies": {
"@types/async": "3.2.13",
"@types/glob": "7.2.0",
"@types/mocha": "9.1.1",
"@types/node": "12.7.1",
"@types/rimraf": "3.0.2",
"async": "3.2.4",
"glob": "8.0.3",
"mocha": "9.2.2",
"rimraf": "2.7.1",
"ts-node": "10.8.1",
"tslint": "6.1.3",
"typescript": "3.5.3"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=10.0.0"
},
"license": "MIT"
}