-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 864 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
34
35
36
37
{
"name": "baking-options-kit",
"version": "1.0.3",
"description": "A comprehensive package for customizing cakes, cupcakes, and cookies with various options.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"baking",
"cakes",
"cupcakes",
"cookies",
"frosting",
"toppings",
"fillings",
"baking-options",
"cake-decorating",
"recipe-options"
],
"repository": {
"type": "git",
"url": "https://github.com/AdrianHenry15/baking-options-kit.git"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "echo \"Write tests!\"",
"prepublishOnly": "npm run build"
},
"author": "Adrian Henry",
"license": "ISC",
"devDependencies": {
"@types/node": "^22.10.2",
"standard-version": "^9.5.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
}
}