diff --git a/package.json b/package.json index d4f5b718..0c19f8e1 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,17 @@ { - "name": "bldrs-conway", - "version": "0.0.1", - "description": "", + "name": "@bldrs-ai/conway", + "description": "bldrs.ai datamodel", + "author": "bldrs.ai", + "license": "UNLICENSED", + "version": "0.1.0", + "repository": "https://github.com/bldrs-ai/conway", + "publishConfig": { + "registry": "https://npm.pkg.github.com" + }, "files": [ "./compiled/**/*" ], - "author": "bldrs.ai", - "license": "ISC", + "type": "module", "scripts": { "clean": "yarn clean-conway_geom", "build": "yarn clean && yarn build-all-release-node", @@ -84,6 +89,5 @@ "ts-jest": "^29.0.3", "ts-node": "^10.9.1", "typescript": "^4.8.4" - }, - "type": "module" -} \ No newline at end of file + } +}