-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 979 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 979 Bytes
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
{
"name": "simpleshelf",
"version": "1.0.1",
"description": "A beautiful 3D bookshelf component with cover peek on hover",
"main": "dist/simpleshelf.js",
"module": "dist/simpleshelf.esm.js",
"types": "dist/index.d.ts",
"style": "dist/simpleshelf.css",
"files": [
"dist"
],
"scripts": {
"dev": "node scripts/dev.js",
"build": "node scripts/build.js",
"prepublishOnly": "npm run build"
},
"keywords": [
"bookshelf",
"books",
"library",
"3d",
"css",
"component",
"reading",
"shelf",
"typescript"
],
"author": "Katrina Tantay <hi@katrinatantay.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/kat3samsin/simpleshelf.git"
},
"bugs": {
"url": "https://github.com/kat3samsin/simpleshelf/issues"
},
"homepage": "https://github.com/kat3samsin/simpleshelf#readme",
"devDependencies": {
"esbuild": "^0.20.0",
"typescript": "^5.3.0"
}
}