1 Star 0 Fork 0

凌云文档/alfresco-js-api

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.85 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "@alfresco/js-api",
"version": "4.5.0",
"description": "JavaScript client library for the Alfresco REST API",
"author": "Alfresco Software, Ltd.",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"build": "shx rm -rf ./dist && npm-run-all build_cjs build_esm5 build_esm2015 build_types generate_packages",
"build_cjs": "tsc -p ./tsconfig/tsconfig.cjs.json",
"build_esm5": "shx rm -rf ./dist/esm5 && tsc -p ./tsconfig/tsconfig.esm5.json",
"build_esm2015": "shx rm -rf ./dist/esm2015 && tsc -p ./tsconfig/tsconfig.esm2015.json",
"build_types": "shx rm -rf ./dist/typings && tsc -p ./tsconfig/tsconfig.types.json",
"generate_packages": "node .make-packages.js",
"prepublish": "shx rm -rf ./typings && npm run build",
"format-ts": "tsfmt -r",
"test": "mocha --full-trace -r ts-node/register test/*.spec.ts test/**/*.spec.ts",
"coverage": "nyc --reporter=lcov mocha -r ts-node/register --full-trace --bail test/*.spec.ts ./test/**/*.spec.ts",
"generate": "mvn clean generate-sources",
"toc": "markdown-toc -i README.md && markdown-toc -i test/mockObjects/README.md && markdown-toc -i bpm-example.md && markdown-toc -i ecm-example.md",
"generate-ts": "jsdoc -c config.json .",
"generate-api": "mvn install",
"spellcheck": "cspell '{src,test}/**/*.ts'",
"lint": "eslint . --ext .js,.ts"
},
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/Alfresco/alfresco-js-api.git"
},
"bugs": {
"url": "https://github.com/Alfresco/alfresco-js-api/issues"
},
"dependencies": {
"event-emitter": "^0.3.5",
"minimatch": "3.0.4",
"superagent": "^6.0.0"
},
"devDependencies": {
"@types/chai": "^4.2.3",
"@types/event-emitter": "^0.3.3",
"@types/minimatch": "^3.0.3",
"@types/mocha": "^9.0.0",
"@types/node": "^16.0.0",
"@types/sinon": "^10.0.1",
"@types/superagent": "^4.1.4",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"chai": "4.3.4",
"chai-datetime": "1.7.0",
"chai-spies": "^1.0.0",
"commander": "^6.0.0",
"cspell": "^5.0.6",
"eslint": "^7.27.0",
"expect.js": "~0.3.1",
"fs-extra": "10.0.0",
"github-api": "^3.4.0",
"markdown-toc": "^1.2.0",
"mocha": "^9.0.0",
"mocha-jsdom": "^2.0.0",
"nock": "^13.0.3",
"npm-run-all": "^4.1.5",
"nyc": "^15.0.0",
"shx": "^0.3.2",
"sinon": "^11.1.1",
"sinon-chai": "^3.3.0",
"ts-node": "^10.0.0",
"typescript": "^4.0.2",
"typescript-formatter": "^7.2.2"
},
"license": "Apache-2.0",
"nyc": {
"include": [
"src/**/*.ts"
],
"extension": [
".ts"
],
"require": [
"ts-node/register"
],
"reporter": [
"text",
"html"
],
"sourceMap": true,
"instrument": true
},
"keywords": [
"alfresco"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/xinyichv/alfresco-js-api.git
git@gitee.com:xinyichv/alfresco-js-api.git
xinyichv
alfresco-js-api
alfresco-js-api
develop

搜索帮助

0d507c66 1850385 C8b1a773 1850385