{
  "name": "wasm-themis",
  "version": "0.15.0",
  "description": "Themis is a convenient cryptographic library for data protection.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "module": "dist-es6/index.js",
  "files": [
    "dist/*.js",
    "dist/*.ts",
    "dist/libthemis.wasm",
    "dist-es6/*.js",
    "dist-es6/*.ts",
    "dist-es6/libthemis.wasm",
    "src/libthemis.wasm"
  ],
  "scripts": {
    "test": "find test -name *.js | sort | xargs -L1 ts-mocha -p tsconfig.json --timeout 5000",
    "tsc-cjs": "tsc -t es6 -m commonjs --outDir dist && cp src/libthemis* src/.npmignore dist/",
    "tsc-es6": "tsc -t es6 -m es6 --outDir dist-es6 && cp src/libthemis* src/.npmignore dist-es6/",
    "prepare": "npm run tsc-cjs && npm run tsc-es6"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cossacklabs/themis.git"
  },
  "keywords": [
    "security",
    "encryption",
    "cryptography",
    "themis"
  ],
  "author": "Cossack Labs",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/cossacklabs/themis/issues"
  },
  "homepage": "https://www.cossacklabs.com/themis/",
  "devDependencies": {
    "@types/emscripten": "^1.39.4",
    "@types/expect": "^24.3.0",
    "@types/mocha": "^8.2.2",
    "@types/node": "^14.14.36",
    "mocha": "^9",
    "ts-mocha": "^9.0.2",
    "typescript": "^4.2.3"
  }
}
