UNPKG

commonui-lib-test

Version:

"#common ui lib test"

38 lines (37 loc) 778 B
{ "name": "commonui-lib-test", "version": "1.0.65", "description": "\"#common ui lib test\"", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "prepare": "npm run build" }, "keywords": [ "commonui", "test" ], "author": "chad", "license": "ISC", "devDependencies": { "@types/jest": "^25.1.3", "jest": "^25.1.0", "ts-jest": "^25.2.1", "typescript": "^3.8.2" }, "files": [ "lib/**/*" ], "dependencies": { "@types/lodash-es": "4.17.3", "@types/numeral": "0.0.26", "buffer": "5.4.3", "dayjs": "^1.8.20", "lodash-es": "4.17.15", "numeral": "2.0.6", "rxjs": "6.5.3", "protobufjs": "6.8.8" } }