3 Star 0 Fork 0

mirrors_EOSIO/universal-authenticator-library

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.56 KB
一键复制 编辑 原始数据 按行查看 历史
Jon La Marr 提交于 2020-06-27 00:39 +08:00 . Minor bump instead of patch
{
"name": "universal-authenticator-library",
"version": "0.3.0",
"description": "A library for allowing apps to easily use different auth providers.",
"main": "dist/index.js",
"scripts": {
"build": "rm -rf dist && tsc --build tsconfig.json",
"lint": "eslint --ext .js,.jsx,.ts,.tsx src",
"test": "jest",
"watch": "tsc -w --jsx react",
"prepare": "yarn build && sh ./build-docs.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EOSIO/universal-authenticator-library.git"
},
"author": {
"name": "block.one",
"url": "https://block.one/"
},
"contributors": [
"Jeffrey Smith",
"Nasser Abouelazm",
"Chris Allnutt",
"Randy Torres",
"Mike Manfredi"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/EOSIO/universal-authenticator-library/issues"
},
"homepage": "https://github.com/EOSIO/universal-authenticator-library#readme",
"devDependencies": {
"@blockone/eslint-config-blockone": "^3.0.0",
"@types/jest": "^25.1.4",
"eslint": "^6.8.0",
"jest": "^25.1.0",
"ts-jest": "^25.2.1",
"typedoc": "^0.16.11",
"typescript": "^3.8.3"
},
"jest": {
"verbose": false,
"moduleFileExtensions": [
"ts",
"js"
],
"transform": {
"^.+\\.(ts)$": "ts-jest"
},
"globals": {
"ts-jest": {
"tsConfig": "tsconfig.json"
}
},
"testPathIgnorePatterns": [
"<rootDir>/node_modules",
"<rootDir>/dist"
],
"testRegex": "(/src/.*(\\.|/)(test|spec))\\.(js|ts)$",
"testEnvironment": "node"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_EOSIO/universal-authenticator-library.git
git@gitee.com:mirrors_EOSIO/universal-authenticator-library.git
mirrors_EOSIO
universal-authenticator-library
universal-authenticator-library
master

搜索帮助