UNPKG

@dschu012/casclib

Version:
45 lines (44 loc) 1.06 kB
{ "main": "./dist/binding.js", "types": "./dist/binding.d.ts", "dependencies": { "node-addon-api": "^1.1.0" }, "scripts": { "prepare": "tsc", "build": "node-gyp build", "configure": "node-gyp configure", "test": "jest" }, "gypfile": true, "name": "@dschu012/casclib", "version": "1.0.5", "description": "CascLib node bindings", "author": "Joe Istas <joe.istas@istastech.com>", "license": "MIT", "repository": "github:dschu012/node-casclib", "keywords": ["casclib", "casc", "blizzard"], "devDependencies": { "@types/jest": "^22.2.0", "@types/node": "^7.0.22", "jest": "^22.4.2", "ts-jest": "^22.4.1", "typescript": "^2.3.3" }, "jest": { "transform": { "^.+\\.tsx?$": "ts-jest" }, "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ], "verbose": true, "testURL": "http://localhost/" } }