package.json (1569B)
1 { 2 "name": "@stdlib/types", 3 "version": "0.0.14", 4 "description": "stdlib TypeScript type declarations.", 5 "license": "Apache-2.0", 6 "author": { 7 "name": "The Stdlib Authors", 8 "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" 9 }, 10 "contributors": [ 11 { 12 "name": "The Stdlib Authors", 13 "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" 14 } 15 ], 16 "main": "./lib", 17 "browser": "./lib/browser.js", 18 "directories": { 19 "example": "./examples", 20 "lib": "./lib", 21 "test": "./test" 22 }, 23 "types": ".", 24 "scripts": { 25 "test": "make test", 26 "test-cov": "make test-cov", 27 "examples": "make examples" 28 }, 29 "homepage": "https://stdlib.io", 30 "repository": { 31 "type": "git", 32 "url": "git://github.com/stdlib-js/types.git" 33 }, 34 "bugs": { 35 "url": "https://github.com/stdlib-js/stdlib/issues" 36 }, 37 "dependencies": {}, 38 "devDependencies": { 39 "@stdlib/assert": "^0.0.x", 40 "tape": "git+https://github.com/kgryte/tape.git#fix/globby", 41 "istanbul": "^0.4.1", 42 "tap-spec": "5.x.x" 43 }, 44 "engines": { 45 "node": ">=0.10.0", 46 "npm": ">2.7.0" 47 }, 48 "os": [ 49 "aix", 50 "darwin", 51 "freebsd", 52 "linux", 53 "macos", 54 "openbsd", 55 "sunos", 56 "win32", 57 "windows" 58 ], 59 "keywords": [ 60 "stdlib", 61 "standard", 62 "library", 63 "types", 64 "typescript", 65 "ts", 66 "declarations", 67 "definitions" 68 ], 69 "__stdlib__": { 70 "envs": { 71 "browser": false 72 } 73 }, 74 "funding": { 75 "type": "patreon", 76 "url": "https://www.patreon.com/athan" 77 } 78 }