blob: 975c61df24af00b44b43e1502412caf57d4a0dfd [file] [log] [blame]
{
"name": "jami-web-common",
"version": "1.0.0",
"license": "ISC",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/index.js"
],
"scripts": {
"build": "tsc --build",
"clean": "rm -rf dist tsconfig.tsbuildinfo",
"lint": "eslint src",
"lint:fix": "npm run lint -- --fix",
"format": "prettier --write src",
"format:check": "prettier --check src"
},
"dependencies": {
"typescript": "^4.8.4"
}
}