atmosx-nwws-parser 1.0.1911 → 1.0.1912
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "atmosx-nwws-parser",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1912",
|
|
4
4
|
"description": "NOAA Weather Wire Parser - Built for standalone and Project AtmosphericX Integration.",
|
|
5
5
|
"main": "dist/src/helper.js",
|
|
6
6
|
"types": "src/helper.d.ts",
|
|
@@ -8,6 +8,11 @@
|
|
|
8
8
|
"type": "git",
|
|
9
9
|
"url": "git+https://github.com/K3YOMI/atmosx-nwws-parser.git"
|
|
10
10
|
},
|
|
11
|
+
"scripts": {
|
|
12
|
+
"build": "npx tsc",
|
|
13
|
+
"build:run": "npx tsc && cd ./test && node ./index.js",
|
|
14
|
+
"publish": "npm run build && npm publish --access public"
|
|
15
|
+
},
|
|
11
16
|
"keywords": [
|
|
12
17
|
"NWWS",
|
|
13
18
|
"NOAA Weather Wire Service",
|