-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 2.39 KB
/
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
{
"name": "@viaa/avo2-types",
"version": "3.0.14",
"description": "TypeScript types for the AVO2 NodeJS & React apps",
"types": "./types/index.d.ts",
"main": "./types/enums.js",
"scripts": {
"build": "tsc -p ./types/tsconfig.json",
"test": "dtslint types",
"lint": "tslint -p ./types",
"copy-to-avo-client": "rimraf ../avo2-client/node_modules/@viaa/avo2-types/types ../avo2-client/node_modules/.cache && cp -r types package.json ../avo2-client/node_modules/@viaa/avo2-types",
"copy-to-avo-proxy": "rimraf ../avo2-proxy/server/node_modules/@viaa/avo2-types/types ../avo2-proxy/server/node_modules/.cache && cp -r types package.json ../avo2-proxy/server/node_modules/@viaa/avo2-types",
"copy-to-hetarchief-client": "rimraf ../hetarchief-client/node_modules/@viaa/avo2-types/types ../hetarchief-client/node_modules/.cache && cp -r types package.json ../hetarchief-client/node_modules/@viaa/avo2-types",
"copy-to-hetarchief-proxy": "rimraf ../hetarchief-proxy/node_modules/@viaa/avo2-types/types ../hetarchief-proxy/node_modules/.cache && cp -r types package.json ../hetarchief-proxy/node_modules/@viaa/avo2-types",
"copy-to-admin-core-ui": "rimraf ../react-admin-core-module/ui/node_modules/@viaa/avo2-types/types ../react-admin-core-module/.cache && cp -r types package.json ../react-admin-core-module/ui/node_modules/@viaa/avo2-types",
"copy-to-admin-core-api": "rimraf ../react-admin-core-module/api/node_modules/@viaa/avo2-types/types ../react-admin-core-module/.cache && cp -r types package.json ../react-admin-core-module/api/node_modules/@viaa/avo2-types",
"copy": "npm run build && npm run copy-to-avo-client && npm run copy-to-avo-proxy && npm run copy-to-hetarchief-client && npm run copy-to-hetarchief-proxy && npm run copy-to-admin-core-ui && npm run copy-to-admin-core-api",
"bump": "bump-package-versions --part=patch --strategy=highest ./package.json"
},
"publishConfig": {
"@viaa:registry": "http://do-prd-mvn-01.do.viaa.be:8081/repository/npm-viaa/"
},
"author": "Bert Verhelst <[email protected]>",
"contributors": [
"Benjamin Naesen <[email protected]>",
"Enzo Eghermanne <[email protected]>"
],
"devDependencies": {
"bump-package-versions": "^1.0.7",
"dtslint": "^3.6.10",
"rimraf": "3.0.2",
"tslint": "5.16.0",
"tslint-config-airbnb": "5.11.1",
"typescript": "5.1.6"
}
}