-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.24 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.24 KB
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
{
"name": "django-hstore-widget",
"type": "module",
"description": "Human friendly HStoreWidget. Continual of django-admin-hstore-widget.",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/django-hstore-widget/django-hstore-widget.esm.js",
"repository": {
"type": "git",
"url": "https://github.com/baseplate-admin/django-hstore-widget.git"
},
"scripts": {
"build": "stencil build && node --experimental-transform-types ./scripts/copy.ts",
"start": "stencil build --dev --watch --serve",
"test": "jest",
"test.watch": "jest --watch",
"test.coverage": "jest --coverage",
"generate": "stencil generate"
},
"devDependencies": {
"@stencil/core": "^4.43.4",
"@stencil/sass": "^3.2.3",
"@stencil/store": "^2.2.2",
"@types/jest": "^30.0.0",
"@types/node": "^25.8.0",
"jest": "^30.4.2",
"jest-stencil-runner": "^0.0.20",
"puppeteer": "^25.0.2",
"sass": "^1.99.0",
"typescript": "^6.0.3"
},
"license": "MIT"
}