kura-xmitter
Version:
The FileSystem API abstraction library, file transmitter
76 lines (75 loc) • 1.8 kB
JSON
{
"name": "kura-xmitter",
"version": "0.3.75",
"description": "The FileSystem API abstraction library, file transmitter",
"author": "Yoshihiro Seki",
"license": "MIT",
"homepage": "https://github.com/nikochan2k/kura-xmitter",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"typings": "lib/index.d.ts",
"files": [
"lib",
"src"
],
"keywords": [
"kura",
"FileSystem",
"storage",
"transmit",
"synchronize"
],
"repository": {
"type": "git",
"url": "https://github.com/nikochan2k/kura-xmitter.git"
},
"scripts": {
"clean": "rimraf ./lib",
"compile": "tsc",
"build": "npm-run-all clean compile",
"npm-version": "npm version patch",
"npm-publish": "npm publish",
"release": "npm-run-all build npm-version npm-publish",
"test": "jest --runInBand",
"test-debug": "node --inspect-brk node_modules/.bin/jest --runInBand"
},
"jest": {
"moduleFileExtensions": [
"js",
"ts",
"tsx"
],
"transform": {
"^.+\\.(ts|tsx)$": "ts-jest"
},
"globals": {
"ts-jest": {
"tsconfig": "tsconfig.json"
}
},
"testMatch": [
"<rootDir>/src/__tests__/*.spec.+(ts|tsx|js)"
],
"preset": "ts-jest"
},
"devDependencies": {
"@types/jest": "^26.0.24",
"@types/node": "^16.10.5",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"aws-sdk": "^2.1195.0",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"fake-indexeddb": "^3.1.4",
"jest": "^26.6.3",
"kura-node": "^0.4.30",
"kura-s3": "^0.4.30",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"ts-jest": "^26.5.6",
"typescript": "^4.3.5"
},
"dependencies": {
"kura": "^0.4.86"
}
}