generated from hamlim/template-react-library
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 931 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
{
"name": "better-beacon",
"version": "0.1.1",
"main": "dist/index.js",
"source": "src/index.tsx",
"types": "dist/index.d.ts",
"repository": "git@github.com:hamlim/better-beacon.git",
"author": "Matt Hamlin <matthewjameshamlin@gmail.com>",
"license": "MIT",
"scripts": {
"build": "swc ./src -d ./dist --ignore ./__tests__/**/*",
"prepub": "bun run build",
"pub": "npm publish --access public",
"tsc": "tsc --noEmit",
"e2e": "bun playwright test",
"sandbox": "bun --hot ./sandbox/app.ts"
},
"devDependencies": {
"@happy-dom/global-registrator": "^12.1.6",
"@playwright/test": "^1.40.1",
"@swc/cli": "0.1.62",
"@swc/core": "1.3.88",
"@swc/jest": "0.2.29",
"@types/node": "^20.11.0",
"bun-types": "^1.0.22",
"turbo": "^1.9.3",
"typescript": "^5.0.4"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}