1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "name": "@lokalise/node-api",
- "version": "8.5.1",
- "description": "Official Lokalise API 2.0 Node.js client",
- "license": "BSD-3-Clause",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/lokalise/node-lokalise-api.git"
- },
- "keywords": [
- "api",
- "node",
- "typescript",
- "lokalise",
- "client",
- "client library"
- ],
- "scripts": {
- "build": "tsc",
- "test": "tsc && nyc --reporter=lcov ts-mocha -p tsconfig.json --r source-map-support/register --type-check test/**/*.spec.ts --timeout 10000"
- },
- "devDependencies": {
- "@istanbuljs/nyc-config-typescript": "^1.0.1",
- "@types/chai": "^4.2.22",
- "@types/mocha": "^10.0.0",
- "@types/node": "^20.2.3",
- "@typescript-eslint/eslint-plugin": "^5.4.0",
- "@typescript-eslint/parser": "^5.4.0",
- "acorn": "^8.6.0",
- "chai": "^4.2.0",
- "dotenv": "^16.0.0",
- "eslint": "^8.33.0",
- "eslint-config-prettier": "^8.0.0",
- "eslint-plugin-node": "^11.1.0",
- "eslint-plugin-prettier": "^4.0.0",
- "lodash": "^4.17.20",
- "mocha": "^10.0.0",
- "mocha-cassettes": "1.2.6",
- "nyc": "^15.1",
- "prettier": "^2.4.1",
- "source-map-support": "^0.5.21",
- "ts-mocha": "^10.0.0",
- "typescript": "^5.0.0"
- },
- "dependencies": {
- "got": "^11.8.3"
- },
- "bugs": {
- "url": "https://github.com/lokalise/node-lokalise-api/issues"
- },
- "homepage": "https://lokalise.github.io/node-lokalise-api",
- "main": "./index.js",
- "typings": "./dist/main.d.ts",
- "directories": {
- "lib": "./src",
- "test": "./test"
- },
- "author": "Lokalise group, Ilya Krukowski",
- "engines": {
- "node": ">=10"
- }
- }
|