UNPKG

665 BJSONView Raw
1{
2 "name": "@platform/types",
3 "version": "0.5.19",
4 "description": "Common types used across @platform.",
5 "main": "lib/index",
6 "types": "lib/index.d.ts",
7 "scripts": {
8 "test": "echo sh ../../node_modules/@platform/test/test.sh $@",
9 "lint": "sh ../../node_modules/@platform/ts.libs/lint.sh $@",
10 "build": "sh ../../node_modules/@platform/ts.libs/build.sh $@",
11 "prepare": "yarn build && yarn lint && yarn test"
12 },
13 "devDependencies": {
14 "@platform/test": "0.2.6",
15 "@platform/ts.libs": "4.2.2"
16 },
17 "files": [
18 "lib",
19 "!lib/test",
20 "!*.TEST.{js, mjs, d.ts}",
21 "!*.INTEGRATION.{js, mjs, d.ts}"
22 ],
23 "license": "MIT"
24}