mirror of
https://github.com/flynx/types.js.git
synced 2025-10-28 10:00:08 +00:00
36 lines
836 B
JSON
36 lines
836 B
JSON
{
|
|
"name": "ig-types",
|
|
"version": "6.26.2",
|
|
"description": "Generic JavaScript types and type extensions...",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "c8 node ./test.js",
|
|
"cover": "c8 -r text -r lcov node ./test.js",
|
|
"prepublishOnly": "npm test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/flynx/types.js.git"
|
|
},
|
|
"keywords": [
|
|
"JavaScript",
|
|
"types"
|
|
],
|
|
"author": "Alex A. Naanou <alex.nanou@gmail.com>",
|
|
"license": "BSD-3-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/flynx/types.js/issues"
|
|
},
|
|
"homepage": "https://github.com/flynx/types.js#readme",
|
|
"dependencies": {
|
|
"ig-object": "^6.0.0",
|
|
"ig-stoppable": "^2.0.0",
|
|
"object-run": "^1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"c8": "^7.4.0",
|
|
"color": "^3.1.3",
|
|
"ig-test": "^1.4.8"
|
|
}
|
|
}
|