UNPKG

te-one-xlog

Version:

the te-one's xlog

47 lines 964 B
{ "name": "te-one-xlog", "version": "0.0.1", "description": "the te-one's xlog", "main": "./dist/index.js", "scripts": { "postinstall": "tsc", "build": "tsc", "test": "jest" }, "jest": { "rootDir": "test", "transform": { "^.+\\.ts?$": "ts-jest" }, "testRegex": "(/__test__/.*|(\\.|/)(test|spec))\\.tsx?$", "moduleFileExtensions": [ "ts", "js", "node" ] }, "repository": { "type": "git", "url": "git@git.17usoft.com:fsd/te-one-xlog.git" }, "keywords": [ "xlog" ], "author": "xiangjian.bu", "license": "ISC", "devDependencies": { "@types/jest": "^24.0.11", "@types/node": "^11.13.0", "jest": "^24.7.1", "ts-jest": "^24.0.2" }, "__npminstall_done": false, "dependencies": { "cookie": "^0.3.1", "dayjs": "^1.8.12", "te-one-log4js": "^0.0.3", "te-one-config": "^0.0.1", "uuidv4": "^4.0.0", "typescript": "^3.3.4000" } }