mobyo-interfaces
Version:
Interfaces de Projetos Mobyo
34 lines • 981 B
JSON
{
"name": "mobyo-interfaces",
"version": "1.0.4",
"description": "Interfaces de Projetos Mobyo",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"private": false,
"scripts": {
"packagr": "ng-packagr -p ng-package.json",
"build": "tsc src/index.ts --outDir 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/Mobyo/mobyo-interfaces.git"
},
"keywords": [
"interfaces",
"models",
"pacotes",
"types",
"mobyo"
],
"author": "Mobyo",
"license": "MIT",
"bugs": {
"url": "https://github.com/Mobyo/mobyo-interfaces/issues"
},
"homepage": "https://github.com/Mobyo/mobyo-interfaces#readme",
"devDependencies": {
"ng-packagr": "^16.2.0"
}
}