@spindl-xyz/attribution-lite
Version:
Web3 Attribution SDK
49 lines (48 loc) • 1.48 kB
JSON
{
"name": "@spindl-xyz/attribution-lite",
"version": "1.8.1",
"description": "Web3 Attribution SDK",
"main": "dist/lib/attribution.cjs.js",
"module": "dist/attribution.production.esm.js",
"types": "dist/lite/src/index.d.ts",
"keywords": [
"spindl",
"attribution",
"web3",
"analytics",
"sdk"
],
"author": "Spindl",
"license": "MIT",
"scripts": {
"clean": "rimraf dist",
"dev": "yarn clean && rollup -c --watch",
"build": "yarn clean && rollup -m -c --environment NODE_ENV:production && yarn build:types",
"build:types": "node ../../scripts/fix-declarations.js",
"deploy:cdn": "node ../../scripts/cdn.js",
"build:watch": "rollup -m -c --environment NODE_ENV:production --watch",
"build:test": "yarn clean && rollup -m -c --environment NODE_ENV:test",
"pretest": "yarn build:test",
"test": "jest --c test/jest.config.js",
"release": "release publish",
"prepublishOnly": "yarn test && yarn build",
"format": "prettier --ignore-unknown --write .",
"lint": "tsc --noEmit",
"serve-iife": "node ../../scripts/cdn-server.js",
"release:locally": "node ../../scripts/release-locally.js"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git://github.com/spindl-xyz/sdk.git"
},
"bugs": {
"url": "https://github.com/spindl-xyz/sdk/issues"
},
"homepage": "https://github.com/spindl-xyz/sdk#readme",
"publishConfig": {
"access": "public"
}
}