@distributed-systems/types
Version:
Reliable & easy Js & ES Type detection
32 lines (31 loc) • 792 B
JSON
{
"name": "@distributed-systems/types",
"version": "2.0.1",
"description": "Reliable & easy Js & ES Type detection",
"main": "./types.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node --no-warnings --experimental-modules ./node_modules/.bin/section ./test/*.js --dev --log-level=error+ --log-module=*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eventEmitter/ee-types.git"
},
"keywords": [
"type",
"type-detection",
"es6"
],
"author": "Michael van der Weg",
"license": "MIT",
"bugs": {
"url": "https://github.com/eventEmitter/ee-types/issues"
},
"homepage": "https://github.com/eventEmitter/ee-types#readme",
"devDependencies": {
"section-tests": "^2.2.4"
},
"type": "module"
}