forked from BogdanMihaiciuc/ThingTransformer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·35 lines (35 loc) · 946 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
{
"name": "bm-thing-transformer",
"version": "2.1.6",
"description": "Develop in ThingWorx with a proper IDE.",
"author": "Bogdan Mihaiciuc",
"minimumThingWorxVersion": "6.0.0",
"homepage": "https://github.com/BogdanMihaiciuc/",
"repository": {
"type": "git",
"url": "https://github.com/BogdanMihaiciuc/ThingTransformer.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./scripts/clean.js && tsc -p tsconfig.json"
},
"main": "dist/index.js",
"types": "dist/@types",
"license": "MIT",
"files": [
"dist",
"src",
"LICENSE",
"static",
"ui"
],
"devDependencies": {
"@microsoft/tsdoc": "^0.14.2",
"@types/node": "^20.10.6"
},
"dependencies": {
"typescript": "5.4.5",
"typescriptwebpacksupport": "^2.4.0",
"xml2js": "^0.6.2"
}
}