|
| 1 | +{ |
| 2 | + "name": "devrev-snapin", |
| 3 | + "version": "1.1.6", |
| 4 | + "description": "DevRev ADaaS (Airdrop-as-a-service) Connector", |
| 5 | + "main": "./dist/index.js", |
| 6 | + "scripts": { |
| 7 | + "lint": "eslint .", |
| 8 | + "lint:fix": "eslint --fix -- .", |
| 9 | + "build": "rimraf ./dist && tsc", |
| 10 | + "build:watch": "tsc --watch", |
| 11 | + "prepackage": "npm run build", |
| 12 | + "package": "tar -cvzf build.tar.gz dist package.json package-lock.json .npmrc", |
| 13 | + "start": "ts-node ./src/main.ts", |
| 14 | + "start:production": "node dist/main.js", |
| 15 | + "test:server": "ts-node test/main.ts", |
| 16 | + "test": "jest", |
| 17 | + "test:watch": "jest --watch" |
| 18 | + }, |
| 19 | + "keywords": [], |
| 20 | + "author": "", |
| 21 | + "license": "ISC", |
| 22 | + "devDependencies": { |
| 23 | + "@babel/core": "^7.26.10", |
| 24 | + "@babel/preset-env": "^7.20.2", |
| 25 | + "@babel/preset-typescript": "^7.18.6", |
| 26 | + "@types/body-parser": "^1.19.5", |
| 27 | + "@types/express": "^4.17.21", |
| 28 | + "@types/jest": "^29.4.0", |
| 29 | + "@types/node": "^18.13.0", |
| 30 | + "@types/yargs": "^17.0.24", |
| 31 | + "@typescript-eslint/eslint-plugin": "^8.32.0", |
| 32 | + "@typescript-eslint/parser": "^8.32.0", |
| 33 | + "babel-jest": "^29.4.2", |
| 34 | + "body-parser": "^1.20.3", |
| 35 | + "dotenv": "^16.0.3", |
| 36 | + "eslint": "^9.26.0", |
| 37 | + "eslint-config-prettier": "^9.0.0", |
| 38 | + "eslint-plugin-import": "^2.28.1", |
| 39 | + "eslint-plugin-prettier": "4.0.0", |
| 40 | + "eslint-plugin-simple-import-sort": "^10.0.0", |
| 41 | + "eslint-plugin-sort-keys-fix": "^1.1.2", |
| 42 | + "eslint-plugin-unused-imports": "^4.1.4", |
| 43 | + "express": "^4.21.0", |
| 44 | + "jest": "^29.4.2", |
| 45 | + "nodemon": "^3.0.3", |
| 46 | + "prettier": "^2.8.3", |
| 47 | + "prettier-plugin-organize-imports": "^3.2.2", |
| 48 | + "rimraf": "^4.1.2", |
| 49 | + "ts-jest": "^29.0.5", |
| 50 | + "ts-node": "^10.9.1", |
| 51 | + "typescript": "^4.9.5", |
| 52 | + "yargs": "^17.6.2" |
| 53 | + }, |
| 54 | + "dependencies": { |
| 55 | + "@devrev/ts-adaas": "1.4.2", |
| 56 | + "axios": "^1.9.0", |
| 57 | + "dotenv": "^16.0.3", |
| 58 | + "js-jsonl": "^1.1.1", |
| 59 | + "yargs": "^17.6.2" |
| 60 | + } |
| 61 | +} |
0 commit comments