-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
33 lines (33 loc) · 986 Bytes
/
package.json
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
27
28
29
30
31
32
33
{
"name": "mu-javascript-template",
"version": "1.8.0",
"description": "Template for mu services written in JavaScript",
"repository": {
"type": "git",
"url": "git+https://github.com/mu-semtech/mu-javascript-template.git"
},
"keywords": [
"mu-semtech"
],
"dependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/node": "^7.20.7",
"@babel/plugin-proposal-decorators": "^7.22.15",
"@babel/preset-env": "^7.22.10",
"@babel/preset-typescript": "^7.18.6",
"babel-plugin-module-resolver": "5.0.0",
"body-parser": "~1.20.1",
"coffeescript": "^2.6.1",
"env-var": "^7.0.0",
"express": "^4.17.1",
"express-http-context": "~1.2.4",
"nodemon": "^2.0.20",
"sparql-client-2": "https://github.com/erikap/node-sparql-client.git",
"typescript": "^4.6.2",
"uuid": "^9.0.0"
},
"author": "Aad Versteden <[email protected]>",
"license": "MIT",
"homepage": "https://mu.semte.ch"
}