| 1234567891011121314151617181920212223242526 |
- {
- "name": "smartknobjs-core",
- "version": "1.0.0",
- "description": "SmartKnob Interface Core",
- "main": "dist/index.js",
- "types": "dist/index.d.ts",
- "scripts": {
- "build": "tsc",
- "format": "prettier --write \"**/*.+(js|ts|json)\"",
- "lint": "eslint --ext .js,.ts ."
- },
- "author": "",
- "license": "Apache-2.0",
- "dependencies": {
- "crc-32": "^1.2.0",
- "smartknobjs-proto": "^1.0.0"
- },
- "devDependencies": {
- "@typescript-eslint/eslint-plugin": "^5.40.1",
- "@typescript-eslint/parser": "^5.40.1",
- "eslint": "^8.25.0",
- "prettier": "^2.4.1",
- "ts-node": "^10.2.1",
- "typescript": "^4.8.4"
- }
- }
|