UNPKG

@plasosdk/client-sdk

Version:

Plaso教育平台的客户端SDK

63 lines (62 loc) 1.64 kB
{ "name": "@plasosdk/client-sdk", "version": "3.0.18", "description": "Plaso教育平台的客户端SDK", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "unpkg": "dist/index.standalone.js", "jsdelivr": "dist/index.standalone.js", "exports": { ".": { "require": "./dist/index.js", "import": "./dist/index.esm.js", "types": "./dist/index.d.ts" }, "./electron": { "require": "./dist/electronCommon.js", "import": "./dist/electronCommon.esm.js", "types": "./dist/electronCommon.d.ts" } }, "scripts": { "build": "rollup -c", "test": "jest", "lint": "eslint src --ext .ts,.tsx", "release": "npm run build && node scripts/publish.js", "release-skip": "node scripts/release-skip.js" }, "keywords": [ "plaso", "education", "react", "sdk" ], "author": "", "license": "MIT", "dependencies": { "audio-converter": "^1.0.13", "node-lame": "^1.4.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^22.0.0", "@rollup/plugin-node-resolve": "^13.3.0", "@rollup/plugin-typescript": "^8.3.3", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "electron-store": "^8.0.1", "eslint": "^8.0.0", "jest": "^28.1.3", "rollup": "^2.79.1", "typescript": "^4.7.4" }, "publishConfig": { "access": "public" } }