{
"name": "get-own-enumerable-property-symbols",
"version": "3.0.0",
"description": "Returns an array of all enumerable symbol properties found directly upon a given object",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/index.d.ts",
"lib/index.js"
],
"scripts": {
"lint": "eslint --ext .ts .",
"transpile": "tsc",
"unit": "node lib/test.js",
"test": "run-s lint transpile unit"
},
"standard": {
"ignore": [
"lib"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/mightyiam/get-own-enumerable-property-symbols.git"
},
"keywords": [
"get",
"enumerable",
"symbol",
"property",
"key",
"object"
],
"author": "Shahar Or <mightyiampresence@gmail.com> (mightyiam)",
"license": "ISC",
"bugs": {
"url": "https://github.com/mightyiam/get-own-enumerable-property-symbols/issues"
},
"homepage": "https://github.com/mightyiam/get-own-enumerable-property-symbols#readme",
"devDependencies": {
"@types/node": "^9.6.5",
"eslint": "^4.19.1",
"eslint-config-standard-with-typescript": "^4.0.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1",
"npm-run-all": "^4.0.2",
"tsconfigs": "^2.0.0",
"typescript": "2.8.1",
"typescript-eslint-parser": "^14.0.0"
},
"eslintIgnore": [
"*.d.ts"
]
}