UNPKG

drupal-jsonapi-params

Version:
53 lines (52 loc) 1.4 kB
{ "name": "drupal-jsonapi-params", "version": "3.0.0", "description": "Drupal JSON-API params", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/**/*" ], "scripts": { "test": "jest --config jestconfig.json", "build": "tsc", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "lint": "tslint -p tsconfig.json", "prepare": "pnpm run build", "prepublishOnly": "pnpm test && pnpm run lint", "preversion": "pnpm run lint", "version": "pnpm run format && git add -A src", "postversion": "git push && git push --tags", "docs": "typedoc --options typedoc.json --out api" }, "repository": { "type": "git", "url": "git+https://github.com/d34dman/drupal-jsonapi-params.git" }, "keywords": [ "Drupal", "JSON-API", "javascript" ], "author": "D34dMan", "license": "ISC", "bugs": { "url": "https://github.com/d34dman/drupal-jsonapi-params/issues" }, "homepage": "https://github.com/d34dman/drupal-jsonapi-params#readme", "devDependencies": { "@changesets/cli": "^2.29.5", "@types/jest": "^27.5.2", "@types/qs": "^6.14.0", "jest": "^27.5.1", "prettier": "^1.19.1", "ts-jest": "^27.1.5", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typedoc": "^0.22.18", "typescript": "^4.9.5" }, "dependencies": { "qs": "^6.14.0" } }