@qiwi/masker-strike
Version:
Strike data masker
54 lines (53 loc) • 1.56 kB
JSON
{
"name": "@qiwi/masker-strike",
"version": "2.0.1",
"publishConfig": {
"access": "public"
},
"description": "Strike data masker",
"main": "target/es5/index.js",
"source": "target/ts/index.ts",
"types": "target/es5/index.d.ts",
"typescript": {
"definition": "target/es5/index.d.ts"
},
"files": [
"README.md",
"CHANGELOG.md",
"target",
"typings",
"flow-typed"
],
"scripts": {
"test": "yarn lint && yarn jest",
"jest": "jest -w=1 --config=jest.config.json",
"lint": "eslint -c src/test/lint/.eslintrc.json src",
"lint:fix": "yarn lint --fix",
"clean": "rimraf target typings buildcache",
"build": "yarn build:es5 && yarn build:es6 && yarn build:ts && yarn docs",
"build:es5": "mkdir -p target/es5 && tsc -p tsconfig.es5.json",
"build:es6": "mkdir -p target/es6 && tsc -p tsconfig.es6.json",
"build:ts": "cp -r src/main/ts/ target/ts/",
"docs": "typedoc",
"uglify": "for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done",
"postupdate": "yarn && yarn build && yarn test"
},
"dependencies": {
"@qiwi/masker-common": "^2.0.1",
"@qiwi/substrate": "^2.0.4",
"tslib": "^2.6.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qiwi/masker.git"
},
"keywords": [
"masker"
],
"author": "Anton Golub <mailbox@antongolub.ru>",
"license": "MIT",
"bugs": {
"url": "https://github.com/qiwi/masker/issues"
},
"homepage": "https://github.com/qiwi/masker#readme"
}