54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"name": "@rrweb/utils",
|
|
"version": "2.0.0-alpha.18",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"keywords": [
|
|
"rrweb",
|
|
"@rrweb/utils"
|
|
],
|
|
"scripts": {
|
|
"dev": "vite build --watch",
|
|
"build": "tsc -noEmit && vite build",
|
|
"check-types": "tsc -noEmit",
|
|
"prepublish": "npm run build",
|
|
"lint": "yarn eslint src/**/*.ts"
|
|
},
|
|
"homepage": "https://github.com/rrweb-io/rrweb/tree/main/packages/@rrweb/utils#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/rrweb-io/rrweb/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/rrweb-io/rrweb.git"
|
|
},
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"main": "./dist/utils.umd.cjs",
|
|
"module": "./dist/utils.js",
|
|
"unpkg": "./dist/utils.umd.cjs",
|
|
"typings": "dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/utils.js"
|
|
},
|
|
"require": {
|
|
"types": "./dist/index.d.cts",
|
|
"default": "./dist/utils.umd.cjs"
|
|
}
|
|
}
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"package.json"
|
|
],
|
|
"devDependencies": {
|
|
"vite": "^5.2.8",
|
|
"vite-plugin-dts": "^3.8.1"
|
|
},
|
|
"dependencies": {}
|
|
}
|