@updatedev/js
Version:
Update JavaScript SDK
57 lines • 1.31 kB
JSON
{
"name": "@updatedev/js",
"version": "0.4.2",
"description": "Update JavaScript SDK",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"homepage": "https://update.dev",
"bugs": {
"url": "https://github.com/updatedotdev/js/issues"
},
"keywords": [
"update",
"update.dev",
"auth",
"billing",
"saas",
"sdk"
],
"files": [
"dist/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/updatedotdev/js.git"
},
"license": "MIT",
"author": {
"name": "Update Team",
"email": "support@update.dev",
"url": "https://github.com/updatedotdev"
},
"engines": {
"node": ">=12.0"
},
"devDependencies": {
"@types/node": "^12.20.11",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"tslib": "^2.8.1",
"tsup": "^8.4.0"
},
"dependencies": {
"cookie": "^1.0.2"
},
"scripts": {
"clean": "rimraf ./dist",
"build": "npm run clean && tsup",
"build:declarations": "tsc -p tsconfig.declarations.json"
}
}