22 lines
448 B
JSON
22 lines
448 B
JSON
{
|
|
"name": "@bytelyst/kill-switch-client",
|
|
"version": "0.1.5",
|
|
"type": "module",
|
|
"description": "Browser/React Native-safe kill switch client for platform-service",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.js",
|
|
"types": "./dist/index.d.ts"
|
|
}
|
|
},
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "vitest run --pool forks"
|
|
}
|
|
}
|