-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.22 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
44
45
46
47
{
"name": "@vtbag/inspection-chamber",
"version": "1.0.8",
"main": "lib/index.js",
"description": "The Inspection Chamber is an in-browser development tool that gives you all the knobs and dials to interactively put your view transitions through their paces.",
"files": [
"lib/index.js"
],
"scripts": {
"dev": "bin/bundle dev",
"build": "npm run format; bin/bundle",
"format": "prettier --write src | grep -v 'unchanged)$'",
"test": "bin/test",
"changeset": "changeset",
"release": "changeset publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vtbag/inspection-chamber.git"
},
"keywords": [
"view",
"transition",
"view transition",
"animation",
"debugging",
"development"
],
"author": "vtbag",
"license": "ISC",
"bugs": {
"url": "https://github.com/vtbag/inspection-chamber/issues"
},
"homepage": "https://vtbag.pages.dev",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/martrapp"
},
"devDependencies": {
"@changesets/cli": "^2.27.7",
"@eslint/js": "^9.9.0",
"@types/dom-view-transitions": "^1.0.5",
"esbuild": "^0.23.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
}
}