@trynova-ai/shadow-js
Version:
A TypeScript library for user session tracking.
36 lines (35 loc) • 783 B
JSON
{
"name": "@trynova-ai/shadow-js",
"version": "1.0.11",
"description": "A TypeScript library for user session tracking.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/trynova-ai/shadow-js.git"
},
"keywords": [
"typescript",
"session",
"tracking"
],
"author": {
"name": "Zach Smith",
"email": "zach@trynova.ai"
},
"license": "Apache-2.0",
"devDependencies": {
"@types/node": "^20.14.9",
"@types/uuid": "^10.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.2"
},
"dependencies": {
"uuid": "^10.0.0"
}
}