dab-js-without-registry
Version:
JS adapter for DAB
72 lines (71 loc) • 2.22 kB
JSON
{
"name": "dab-js-without-registry",
"version": "1.3.8",
"description": "JS adapter for DAB",
"main": "dist/dab-esm.js",
"module": "dist/dab-cjs.js",
"repository": {
"type": "git",
"url": "git@github.com:Psychedelic/DAB-js.git"
},
"keywords": [
"ic",
"dfinity",
"plug",
"fleek",
"psychedelic",
"crypto",
"wallet"
],
"author": "Psychedelic",
"license": "MIT",
"bugs": {
"url": "https://github.com/Psychedelic/DAB-js/issues"
},
"homepage": "https://github.com/Psychedelic/DAB-js#readme",
"scripts": {
"build": "npm run clean && rollup -c",
"watch": "rollup -c -w",
"clean": "rm -rf ./dist && rm -rf tsconfig.tsbuildinfo",
"compile": "tsc -b tsconfig.json",
"test": "jest",
"lint": "eslint --ext ts,js ./src",
"package:publish": "npm run build && npm publish",
"publish:local": "npm run build && npm publish --@psychedelic:registry=${LOCAL_REGISTRY:=http://localhost:4873/}",
"unpublish:local": "npm unpublish @psychedelic/dab-js --@psychedelic:registry=${LOCAL_REGISTRY:=http://localhost:4873/} --force"
},
"devDependencies": {
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.2",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"cross-fetch": "^3.1.4",
"eslint": "^7.2.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-plugin-import": "^2.22.1",
"jest": "^27.1.1",
"rollup": "^2.73.0",
"rollup-plugin-alias": "^2.2.0",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.2",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"typescript": "^4.4.2"
},
"dependencies": {
"@dfinity/agent": "^0.12.0",
"@dfinity/candid": "^0.12.0",
"@dfinity/identity": "^0.12.0",
"@dfinity/principal": "^0.12.0",
"axios": "^0.24.0",
"buffer-crc32": "^0.2.13",
"cross-fetch": "^3.1.4",
"crypto-js": "^4.1.1"
}
}