-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 861 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "react-pixel-tiktok",
"description": "React wrapper for TikTok Pixel",
"version": "1.0.1",
"main": "./dist/index.js",
"scripts": {
"build": "tsc",
"start": "node .",
"dev": "yarn build && yarn start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "https://github.com/CA1R7/react-pixel-tiktok.git",
"author": "CA1R7",
"license": "MIT",
"private": false,
"files": [
"src",
"dist"
],
"keywords": [
"react",
"tiktok",
"tracking",
"npm",
"javascript",
"typescript",
"wrapper",
"pixel"
],
"bugs": {
"url": "https://github.com/CA1R7/react-pixel-tiktok/issues"
},
"homepage": "https://github.com/CA1R7/react-pixel-tiktok#readme",
"dependencies": {},
"devDependencies": {
"@types/node": "^18.15.10",
"typescript": "^5.0.2"
}
}