-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 989 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
{
"name": "@intelligentplant/data-core-types",
"version": "1.0.5",
"description": "Type definitions for applications interfacing with Intelligent Plant Data Core",
"main": "dist/index.js",
"typings": "dist/types/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc -p ./ --outDir dist/",
"prepare": "shx rm -rf ./dist && npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/intelligentplant/data-core-types.git"
},
"keywords": [
"intelligent",
"plant",
"industrial",
"app",
"store",
"data",
"core"
],
"author": "Intelligent Plant",
"license": "ISC",
"bugs": {
"url": "https://github.com/intelligentplant/data-core-types/issues"
},
"homepage": "https://github.com/intelligentplant/data-core-types#readme",
"devDependencies": {
"shx": "^0.3.2",
"tslint": "~5.11.0",
"typescript": "~2.9.2"
}
}