@hapic/harbor
Version:
A harbor http api client.
61 lines (60 loc) • 1.6 kB
JSON
{
"name": "@hapic/harbor",
"version": "2.5.2",
"description": "A harbor http api client.",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"files": [
"dist/"
],
"scripts": {
"build:types": "tsc -p tsconfig.build.json --emitDeclarationOnly",
"build:js": "rollup -c",
"build": "rimraf dist && npm run build:types && npm run build:js",
"test": "cross-env NODE_ENV=test jest --config ./test/jest.config.js",
"test:coverage": "npm run test -- --coverage"
},
"author": {
"name": "Peter Placzek",
"email": "contact@tada5hi.net",
"url": "https://github.com/tada5hi"
},
"license": "MIT",
"keywords": [
"query",
"api",
"rest",
"harbor",
"go-harbor"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Tada5hi/hapi.git"
},
"bugs": {
"url": "https://github.com/Tada5hi/hapi/issues"
},
"homepage": "https://github.com/Tada5hi/hapi#readme",
"dependencies": {
"smob": "^1.5.0"
},
"devDependencies": {
"hapic": "^2.6.0"
},
"peerDependencies": {
"hapic": "^2.6.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "ac770f3f6e1ec2fd011cdf432b06319c635c01fa"
}