-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 740 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 740 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
27
28
29
30
31
32
33
34
35
36
{
"name": "sendscript",
"version": "2.2.0",
"description": "Blur the line between server and client code.",
"module": true,
"main": "index.mjs",
"bin": "./cli.mjs",
"keywords": [
"rpc",
"json",
"dsl",
"lisp",
"program"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/bas080/sendscript.git"
},
"scripts": {
"test": "tap",
"version": "npm run docs",
"docs": "markatzea CONTRIBUTING.md"
},
"author": "Bas Huis",
"license": "MIT",
"devDependencies": {
"superjson": "^2.2.6",
"tap": "^21.6.3",
"tape-check": "^1.0.0-rc.0"
},
"dependencies": {
"debug": "^4.4.3",
"typedoc": "^0.28.18",
"typedoc-plugin-markdown": "^4.11.0"
}
}