@mdnx/supplychain-types
Version:
IAB's Supplychain spec types in TypeScript
40 lines (39 loc) • 893 B
JSON
{
"name": "@mdnx/supplychain-types",
"version": "1.0.2",
"description": "IAB's Supplychain spec types in TypeScript",
"keywords": [
"supplychain",
"schain",
"openrtb",
"iab"
],
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mairdumont-netletix/supplychain-types.git"
},
"author": "Denny Bartelt <d.bartelt@mairdumont-netletix.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mairdumont-netletix/supplychain-types/issues"
},
"homepage": "https://github.com/mairdumont-netletix/supplychain-types#readme",
"files": [
"README.md",
"index.js",
"index.d.ts",
"dist",
"src",
"!*/__tests__"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"typescript": "^3.7.3"
}
}