@datastrata/ds-object-storage
Version:
## dev environment setup instructions https://itnext.io/step-by-step-building-and-publishing-an-npm-typescript-package-44fe7164964c
50 lines (49 loc) • 1.24 kB
JSON
{
"name": "@datastrata/ds-object-storage",
"version": "1.0.13",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/complyfs/ds-object-storage.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/complyfs/ds-object-storage/issues"
},
"homepage": "https://github.com/complyfs/ds-object-storage#readme",
"devDependencies": {
"prettier": "^2.2.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.1.3"
},
"dependencies": {
"dotenv-safe": "^8.2.0",
"form-data": "^3.0.0",
"got": "^11.8.1"
},
"files": [
"lib/**/*"
],
"keywords": [
"Object",
"Cloud",
"Storage",
"Abstraction",
"Layer"
],
"author": "DataStrata.io"
}