UNPKG

949 BJSONView Raw
1{
2 "name": "psycho-type",
3 "version": "1.1.0",
4 "description": "Simple and lightweight module for dynamic type checking.",
5 "main": "lib/index.js",
6 "scripts": {
7 "test": "mocha --check-leaks test/",
8 "lint": "eslint ."
9 },
10 "author": {
11 "name": "Dmitry Kokhanevych",
12 "email": "dmitry.kokhanevich@gmail.com"
13 },
14 "bugs": {
15 "url": "https://github.com/morimoto-ltd/psycho-type/issues"
16 },
17 "bundleDependencies": false,
18 "license": "MIT",
19 "engines": {
20 "node": ">= 4.9.1"
21 },
22 "files": [
23 "LICENSE",
24 "Readme.md",
25 "lib/"
26 ],
27 "homepage": "https://github.com/morimoto-ltd/psycho-type",
28 "keywords": [
29 "type",
30 "types",
31 "typescript",
32 "interace",
33 "type-safe",
34 "validator",
35 "input",
36 "api"
37 ],
38 "repository": {
39 "type": "git",
40 "url": "git+https://github.com/morimoto-ltd/psycho-type.git"
41 },
42 "devDependencies": {
43 "eslint": "^7.5.0",
44 "mocha": "^8.0.1"
45 }
46}