UNPKG

@arubiku/utils-protocol

Version:

A utility library for the Grakkit and Protocol API

47 lines (46 loc) 1.27 kB
{ "dependencies": { "@grakkit/js": "1.0.1", "@grakkit/stdlib": "1.0.4", "@grakkit/stdlib-paper": "^1.0.14", "@grakkit/types-paper": "1.0.1", "typescript": "^4.4.2" }, "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", "@babel/plugin-proposal-class-properties": "^7.13.0", "@babel/preset-env": "^7.14.2", "@babel/preset-typescript": "^7.13.0", "@types/node": "^16.4.6", "babel-loader": "^8.2.2", "babel-plugin-add-module-exports": "^1.0.4", "babel-plugin-transform-class-properties": "^6.24.1", "jest": "^27.0.6", "ts-jest": "^27.0.4", "webpack": "^5.37.0", "webpack-cli": "^4.7.0" }, "peerDependencies": { "@grakkit/server": "^1.4.2" }, "main": "index.js", "name": "@arubiku/utils-protocol", "publishConfig": { "access": "public" }, "scripts": { "publish": "npm publish --access public --force" }, "types": "index.d.ts", "version": "1.0.3", "license": "ISC", "description": "A utility library for the Grakkit and Protocol API", "keywords": [ "grakkit", "protocol", "api", "library", "utility" ] }