UNPKG

cecon-interfaces

Version:
36 lines 1.08 kB
{ "name": "cecon-interfaces", "version": "2.0.44", "description": "Interfaces de Projetos Cecon", "main": "dist/index.js", "types": "dist/index.d.ts", "private": false, "scripts": { "packagr": "ng-packagr -p ng-package.json", "clean-dist": "rimraf dist/package.json dist/README.md", "build": "tsc src/index.ts --outDir dist && npm run clean-dist", "test": "echo \"Error: no test specified\" && exit 1", "deploy": "npm run packagr && npm run build && npm publish" }, "repository": { "type": "git", "url": "git+https://github.com/markcecon/cecon-interfaces.git" }, "keywords": [ "interfaces", "models", "pacotes", "types", "cecon" ], "author": "Mark Cecon", "license": "MIT", "bugs": { "url": "https://github.com/markcecon/cecon-interfaces/issues" }, "homepage": "https://github.com/markcecon/cecon-interfaces#readme", "devDependencies": { "ng-packagr": "^16.2.0", "rimraf": "^6.0.1" } }