48 lines
1.5 KiB
JSON
48 lines
1.5 KiB
JSON
{
|
|
"name": "@amplitude/analytics-node",
|
|
"version": "1.5.14",
|
|
"description": "Official Amplitude SDK for NodeJS",
|
|
"author": "Amplitude Inc",
|
|
"homepage": "https://github.com/amplitude/Amplitude-TypeScript",
|
|
"license": "MIT",
|
|
"main": "lib/cjs/index.js",
|
|
"module": "lib/esm/index.js",
|
|
"types": "lib/esm/index.d.ts",
|
|
"sideEffects": false,
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"tag": "latest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/amplitude/Amplitude-TypeScript.git"
|
|
},
|
|
"scripts": {
|
|
"build": "yarn build:es5 & yarn build:esm",
|
|
"build:es5": "tsc -p ./tsconfig.es5.json",
|
|
"build:esm": "tsc -p ./tsconfig.esm.json",
|
|
"clean": "rimraf node_modules lib coverage",
|
|
"fix": "yarn fix:eslint & yarn fix:prettier",
|
|
"fix:eslint": "eslint '{src,test}/**/*.ts' --fix",
|
|
"fix:prettier": "prettier --write \"{src,test}/**/*.ts\"",
|
|
"lint": "yarn lint:eslint & yarn lint:prettier",
|
|
"lint:eslint": "eslint '{src,test}/**/*.ts'",
|
|
"lint:prettier": "prettier --check \"{src,test}/**/*.ts\"",
|
|
"test": "jest",
|
|
"typecheck": "tsc -p ./tsconfig.json",
|
|
"version": "yarn version-file && yarn build",
|
|
"version-file": "node -p \"'export const VERSION = \\'' + require('./package.json').version + '\\';'\" > src/version.ts"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/amplitude/Amplitude-TypeScript/issues"
|
|
},
|
|
"dependencies": {
|
|
"@amplitude/analytics-core": "^2.26.2",
|
|
"tslib": "^2.4.1"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"gitHead": "3fb30ef85184a6b55503171f99be5648fc00651c"
|
|
}
|