scheunemann-interfaces
Version:
Interfaces de Projetos Scheunemann
35 lines • 980 B
JSON
{
"name": "scheunemann-interfaces",
"version": "1.2.57",
"description": "Interfaces de Projetos Scheunemann",
"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",
"bump": "node bump-version.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MarcosScheunemann/scheunemann-interfaces.git"
},
"keywords": [
"interfaces",
"models",
"pacotes",
"types",
"scheunemann"
],
"author": "Marcos Scheunemann",
"license": "MIT",
"bugs": {
"url": "https://github.com/MarcosScheunemann/scheunemann-interfaces/issues"
},
"homepage": "https://github.com/MarcosScheunemann/scheunemann-interfaces#readme",
"devDependencies": {
"ng-packagr": "^16.2.0"
}
}