tiktok-pixel
Version:
Tiktok Pixel Kit for React
72 lines (71 loc) • 1.5 kB
JSON
{
"version": "2.0.3",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"engines": {
"node": ">=10"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test --passWithNoTests",
"lint": "tsdx lint",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why"
},
"peerDependencies": {
"react": ">=16"
},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"repository": "git://github.com/ertemishakk/tiktok-pixel.git",
"name": "tiktok-pixel",
"author": {
"name": "Ishak Ertem",
"email": "ertemishakk@gmail.com"
},
"keywords": [
"tiktok",
"tiktok-pixel",
"react-tiktok-pixel"
],
"description": "Tiktok Pixel Kit for React",
"module": "dist/tiktok-pixel.esm.js",
"size-limit": [
{
"path": "dist/tiktok-pixel.cjs.production.min.js",
"limit": "10 KB"
},
{
"path": "dist/tiktok-pixel.esm.js",
"limit": "10 KB"
}
],
"devDependencies": {
"@size-limit/preset-small-lib": "^8.1.0",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"husky": "^8.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"size-limit": "^8.1.0",
"tsdx": "^0.14.1",
"tslib": "^2.4.1",
"typescript": "^4.8.4"
}
}