UNPKG

1.51 kBJSONView Raw
1{
2 "name": "datos-ext",
3 "description": "App de administración de datos externos",
4 "version": "0.7.21",
5 "author": "Codenautas <codenautas@googlegroups.com>",
6 "contributors": [
7 "Raquel N Salva <raquelzssalva@gmail.com>",
8 "Eugenio Arosteguy <eugenio.arosteguy@gmail.com>",
9 "Emilio Platzer <emilioplatzer@gmail.com>"
10 ],
11 "repository": "codenautas/datos-ext",
12 "license": "MIT",
13 "main": "dist/server/app-datos-ext.js",
14 "types": "dist/server/app-datos-ext.d.ts",
15 "files": [
16 "dist",
17 "install"
18 ],
19 "dependencies": {
20 "operativos": "0.7.21"
21 },
22 "devDependencies": {
23 "types.d.ts": "~0.4.15",
24 "mixin-patch": "~0.3.3"
25 },
26 "engines": {
27 "node": ">= 10.0.0"
28 },
29 "scripts": {
30 "prepare": "npm run build",
31 "build": "tsc -p tsconfig-client.json && tsc -p tsconfig-server.json & mixin-patch",
32 "build-force": "(tsc -p tsconfig-client.json || echo \"continue w/error\") && (tsc -p tsconfig-server.json || echo \"continue w/error\")",
33 "start": "node dist/server/server-datos-ext.js",
34 "clink": "npm prune && npm i && npm run build && npm link operativos && npm run build",
35 "git-commit": "git add package.json && (git commit -m \"upgrading stack dependencies\" || true)",
36 "publish-stack": "npm version patch && ncu -u && npm run git-commit && npm publish && git push"
37 },
38 "qa-control": {
39 "package-version": "0.3.0",
40 "coverage": 90,
41 "run-in": "server",
42 "stability": "extending",
43 "type": "app",
44 "ecmaVersion": 6
45 }
46}