UNPKG

ste-core

Version:
53 lines (52 loc) 1.58 kB
{ "name": "ste-core", "version": "3.0.11", "description": "Core files for the Strongly Typed Events project.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "npm run mocha --recursive test/**/*.ts --exit", "mocha": "mocha -r ts-node/register", "build": "del-cli dist & tsc", "prepublishOnly": "npm run build & npm test", "postpublish": "git push origin --tags", "doc": "jsdoc -d docs --configure jsconf.json main.js" }, "repository": { "type": "git", "url": "git+https://github.com/KeesCBakker/Strongly-Typed-Events-for-TypeScript.git" }, "keywords": [ "events", "event", "strongly", "typed", "typescript", "DotNet" ], "author": "Kees C. Bakker (https://keestalkstech.com)", "license": "MIT", "bugs": { "url": "https://github.com/KeesCBakker/Strongly-Typed-Events-for-TypeScript/issues" }, "homepage": "https://github.com/KeesCBakker/Strongly-Typed-Events-for-TypeScript#readme", "devDependencies": { "@types/chai": "^4.3.5", "@types/mocha": "^10.0.1", "@types/node": "^20.4.9", "chai": "^4.3.7", "del-cli": "^5.0.0", "mocha": "^10.2.0", "ts-node": "^10.9.1", "typescript": "^5.1.6" }, "engines": { "node": ">=4.2.4" }, "gitHead": "0771a18e4be333041ca0ab2ffd8ea7cd1c890263", "files": [ "dist/**/*.js", "dist/**/*.d.ts", "dist/**/*.txt" ] }