occaecatidicta
Version:
69 lines • 2.06 kB
JSON
{
"name": "occaecatidicta",
"version": "1.0.0",
"devDependencies": {
"lerna": "3.19.0",
"lerna-relinker": "1.5.0",
"nyc": "14.1.1",
"pinus-site-tools": "1.0.6",
"ts-node": "8.5.4",
"tslint": "5.20.1",
"typedoc": "0.15.3",
"typescript": "3.7.3"
},
"scripts": {
"preinstall": "node -e \"if(process.env.npm_execpath.indexOf('yarn') === -1) throw new Error('请使用 Yarn 来代替 NPM 安装依赖,请看:https://yarnpkg.com/zh-Hans/docs/install')\"",
"test": "lerna run mochatest",
"cov": "sh scripts/cov.sh",
"ci": "yarn run build && yarn run lint",
"purge": "yarn run clean && rm -rf node_modules",
"reset": "yarn run purge && npm i && yarn run ci",
"canary": "lerna publish --canary",
"beta": "lerna publish --npm-tag beta --force-publish=* --skip-git",
"next": "lerna publish --npm-tag next --skip-git",
"publish": "lerna publish",
"version": "lerna version",
"force-publish": "lerna publish --force-publish=*",
"bootstrap": "lerna bootstrap",
"clean": "lerna clean --yes",
"updated": "lerna updated",
"li": "lerna init",
"build": "lerna run build",
"lint": "lerna run lint",
"fix-lint": "lerna run fix-lint",
"gen-api-ref": "lerna run gen-api-ref",
"gen-site": "pst build && yarn run gen-api-ref",
"authors": "git log --format='%aN <%aE>' | sort -u > AUTHORS"
},
"keywords": [
"dolorem",
"omelox",
"server",
"framework",
"libero",
"ullam",
"runtime",
"voluptatibus",
"service",
"application"
],
"homepage": "https://github.com/MyleneMcClure/occaecatidicta.git",
"repository": {
"type": "git",
"url": "https://github.com/MyleneMcClure/occaecatidicta.git"
},
"engines": {
"node": ">= 8.5.0"
},
"license": "MIT",
"workspaces": [
"packages/*",
"tools/*",
"plugins/*",
"examples/simple-example/*",
"examples/websocket-chat/*",
"examples/websocket-chat-ts-run/*",
"examples/robot-sample"
],
"author": "EarnestWilderman"
}