UNPKG

@neurosity/ipk

Version:

Single source of truth for all inter-process communication constants

40 lines (39 loc) 1.06 kB
{ "name": "@neurosity/ipk", "version": "2.13.0", "description": "Single source of truth for all inter-process communication constants", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "scripts": { "start": "tsc -w", "clean": "del dist", "prebuild": "npm run clean", "build": "npm run build:cjs && npm run build:esm && npm run build:json", "build:cjs": "tsc -p tsconfig.cjs.json", "build:esm": "tsc -p tsconfig.esm.json", "build:json": "node ./scripts/to-json.js", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/neurosity/lib-ipk.git" }, "keywords": [ "neurosity", "notion", "ipk" ], "author": "Alex Castillo", "license": "MIT", "bugs": { "url": "https://github.com/neurosity/lib-ipk/issues" }, "homepage": "https://github.com/neurosity/lib-ipk#readme", "devDependencies": { "@types/node": "^10.5.2", "del-cli": "^1.1.0", "mkdirp": "^0.5.1", "ts-node": "^7.0.0", "typescript": "^2.9.2" } }