control-see
Version:
Control Util Documentos Electronicos SUNAT
89 lines (88 loc) • 2.23 kB
JSON
{
"name": "control-see",
"version": "1.0.4",
"description": "Control Util Documentos Electronicos SUNAT",
"main": "lib/main/index.js",
"typings": "lib/main/index.d.ts",
"module": "lib/module/index.js",
"repository": {
"type": "git",
"url": "https://github.com/ZMALIM/-control-see.git"
},
"files": [
"lib/"
],
"author": "Leooh",
"license": "MIT",
"scripts": {
"build": "tsc -p tsconfig.json && tsc -p tsconfig.build.json",
"start:dev": "nodemon",
"publish": "npm publish --access public"
},
"keywords": [
"Generador",
"Serializado",
"Firmador",
"Comprbantes",
"Electronicos",
"SUNAT",
"Perú"
],
"dependencies": {
"adm-zip": "^0.5.4",
"asn1js": "^2.1.0",
"bwip-js": "^2.1.1",
"class-transformer": "^0.4.0",
"class-validator": "^0.13.1",
"handlebars": "^4.7.7",
"install": "^0.13.0",
"jsontoxml": "^1.0.1",
"jszip": "^3.6.0",
"module-alias": "^2.2.2",
"moment": "^2.29.1",
"node-forge": "^0.10.0",
"node-webcrypto-ossl": "^2.1.2",
"npm": "^7.9.0",
"pem-promise": "^1.0.0",
"puppeteer": "^7.1.0",
"reflect-metadata": "^0.1.13",
"request": "^2.88.2",
"rimraf": "^3.0.2",
"rxjs": "^6.6.3",
"soap": "^0.36.0",
"xadesjs": "^2.1.1",
"xml-crypto": "^2.1.1",
"xml-serializer-ts": "^1.0.2",
"xmlbuilder": "^15.1.1",
"xmldsigjs": "^2.1.3"
},
"devDependencies": {
"@types/adm-zip": "^0.4.33",
"@types/bwip-js": "^2.1.0",
"@types/jszip": "^3.4.1",
"@types/node": "^14.14.37",
"@types/pem": "^1.9.5",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"eslint": "^7.12.1",
"eslint-config-prettier": "7.2.0",
"eslint-plugin-prettier": "^3.1.4",
"nodemon": "^2.0.7",
"prettier": "^2.1.2",
"ts-jest": "^26.4.3",
"ts-loader": "^8.0.8",
"ts-node": "^9.0.0",
"tsconfig-paths": "^3.9.0",
"typescript": "^3.9.9"
},
"_moduleAliases": {
"@fe": "./lib/module/@fe"
},
"bugs": {
"url": "https://github.com/ZMALIM/control-see/issues"
},
"homepage": "https://github.com/ZMALIM/control-see#readme",
"directories": {
"lib": "lib"
}
}