-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 831 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "proyecto-2b-nodejs-ts",
"version": "1.0.0",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "tsc -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/npm-js-ts-angular-modules-course/proyecto-2b-nodejs-ts.git"
},
"keywords": [],
"author": "Anartz Mugika Ledo <mugan86@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/npm-js-ts-angular-modules-course/proyecto-2b-nodejs-ts/issues"
},
"homepage": "https://github.com/npm-js-ts-angular-modules-course/proyecto-2b-nodejs-ts#readme",
"dependencies": {
"@types/node": "^11.9.0",
"proyecto-1-matematicas": "github:npm-js-ts-angular-modules-course/proyecto-1-matematicas"
}
}