-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.43 KB
/
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
40
41
42
43
{
"name": "@managed-components/facebook-pixel",
"version": "1.0.14",
"description": "",
"main": "dist/index.js",
"scripts": {
"lint": "eslint --ext .ts,.js, src",
"lint:fix": "eslint --ext .ts,.js, src --fix",
"bundle": "node esbuild.js",
"build": "npm run lint && npm run typecheck && npm run bundle",
"typecheck": "tsc --project tsconfig.build.json --noEmit",
"test": "vitest run --passWithNoTests",
"test:dev": "vitest",
"release": "npm run build && npm version patch && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/managed-components/facebook-pixel.git"
},
"keywords": [
"webcm",
"managed-components",
"facebook-pixel"
],
"author": "Cloudflare Managed Components Team <managedcomponents@cloudflare.com> (https://blog.cloudflare.com/zaraz-open-source-managed-components-and-webcm/)",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/managed-components/facebook-pixel/issues"
},
"homepage": "https://github.com/managed-components/facebook-pixel#readme",
"devDependencies": {
"@managed-components/types": "^1.3.2",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"all-contributors-cli": "^6.24.0",
"esbuild": "^0.17.17",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"vitest": "^0.30.1"
}
}