-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 852 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
38
39
40
{
"name": "astro-ws-types",
"version": "0.0.7",
"description": "",
"main": "dist/index.d.ts",
"type": "module",
"scripts": {
"start": "vite build",
"build": "vite build",
"test": "vitest",
"test:ci": "echo 1",
"test:watch": "vitest watch"
},
"devDependencies": {
"@types/node": "^20",
"prettier": "^2.3.2",
"typescript": "^4.1.2",
"vite": "^5.2.8",
"vite-plugin-dts": "^3.8.1",
"vitest": "^1.4.0"
},
"author": "Anthony Parrett",
"license": "ISC",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/",
"scope": "username"
},
"repository": {
"type": "git",
"url": "https://github.com/aparrett/astro-ws-types.git"
},
"keywords": [
"astro-ws",
"astro weather service",
"astro",
"astro forecast",
"astroWS"
]
}