UNPKG

@oat-sa/pci-sdk

Version:

PCI Software Development Kit

41 lines (40 loc) 975 B
{ "name": "@oat-sa/pci-sdk", "version": "0.3.0", "displayName": "PCI Development Kit for TAO", "description": "PCI Software Development Kit", "files": [ "_templates", "LICENSE", "README.md" ], "publishConfig": { "access": "public" }, "scripts": { "pci:runtime": "hygen pci runtime", "pci:creator": "hygen pci creator", "pci:installer": "hygen pci installer", "pci:migration": "hygen pci migration" }, "author": { "name": "Open Assessment Technologies" }, "license": "GPL-2.0", "repository": { "type": "git", "url": "git+https://github.com/oat-sa/pci-sdk.git" }, "bugs": { "url": "https://github.com/oat-sa/pci-sdk/issues" }, "homepage": "https://github.com/oat-sa/pci-sdk#readme", "keywords": [ "TAO", "PCI", "SDK" ], "dependencies": { "hygen": "^6.2.11" } }