pontem-types-bundle
Version:
Bundled types to instantiate the Polkadot JS api with a Pontem network
78 lines (77 loc) • 3.04 kB
JSON
{
"name": "pontem-types-bundle",
"version": "1.0.15",
"description": "Bundled types to instantiate the Polkadot JS api with a Pontem network",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"prepublish": "tsc",
"scripts": {
"clean": "rm -rf dist",
"build": "rm -rf dist && tsc",
"lint:all": "npm run lint:style && npm run lint:code",
"lint:all:fix": "npm run lint:style:fix && npm run lint:code:fix",
"lint:code": "eslint {src,tests}/**/*.{js,jsx,ts,tsx,vue} *.{js,jsx,ts,tsx} --no-error-on-unmatched-pattern",
"lint:code:fix": "npm run lint:code -- --fix",
"lint:style": "stylelint '(src|tests)/**/*.(css|scss|sass|less|vue)' '*.(css|scss|sass|less|vue)' --allow-empty-input",
"lint:style:fix": "npm run lint:style -- --fix",
"prettier": "npx prettier --write '{src,tests}/**/*.{js,jsx,ts,tsx,htm,html,json,xml,yml,css,scss,sass,less,webmanifest,svg}' '*.{js,jsx,ts,tsx,htm,html,json,xml,yml,css,scss,sass,less,webmanifest,svg}'",
"format": "npm run prettier && npm run lint:all:fix",
"version": "standard-version",
"bootstrap": "npm i && npm run format",
"ncu": "ncu -u --timeout 300000 && npm run bootstrap",
"jest": "NODE_ENV=test jest",
"test": "npm run unit:test",
"unit:test": "npm run jest -- --verbose --runInBand --coverage",
"unit:test:watch": "npm run jest -- --watch",
"unit:test:snapshot": "npm run unit:test -- -u",
"unit:test:acceptance": "echo 'Acceptance tests not implemented yet'",
"check:packages": "npm-check --skip-unused || true",
"check:type": "tsc --noEmit",
"check:type:watch": "npm run check:type -- --watch",
"commit": "git add -A && (git diff-index --quiet HEAD || git commit -m 'deploy' --no-verify) && git push origin HEAD",
"cz": "git cz",
"deploy": "npm run clean && npm run build && npm run test && npm run version && npm run commit && npm publish"
},
"keywords": [
"pontem",
"types",
"bundle",
"polkadot",
"api"
],
"author": "Pontem",
"license": "GPL-3.0-only",
"repository": {
"type": "git",
"url": ""
},
"dependencies": {
"@polkadot/keyring": "^7.4.1",
"@polkadot/types": "^6.0.5",
"typescript": "^4.4.3"
},
"devDependencies": {
"@prettier/plugin-xml": "^1.0.2",
"@types/jest": "^27.0.2",
"@typescript-eslint/eslint-plugin": "4.31.2",
"@typescript-eslint/parser": "4.31.2",
"eslint": "7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "7.26.0",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-webpack-plugin": "3.0.1",
"jest": "27.2.1",
"jest-sonar-reporter": "2.0.0",
"prettier": "^2.4.1",
"standard-version": "^9.3.1",
"stylelint": "13.13.1",
"stylelint-config-sass-guidelines": "^8.0.0",
"stylelint-config-standard": "^22.0.0",
"stylelint-order": "^4.1.0",
"stylelint-prettier": "1.2.0",
"stylelint-scss": "^3.21.0",
"ts-jest": "27.0.5"
}
}