26 lines
481 B
JSON
26 lines
481 B
JSON
{
|
|
"name": "@sy/anti-debugger",
|
|
"version": "1.0.0",
|
|
"description": "anti-debugger",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"main": "./dist/index.mjs",
|
|
"module": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"default": "./dist/index.mjs"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"core-js": "catalog:",
|
|
"firebase": "^11.4.0",
|
|
"web-vitals": "^4.2.4"
|
|
}
|
|
}
|