-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 900 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
34
35
36
{
"name": "@quenk/dagen",
"version": "1.12.0",
"description": "Generate boilerplate output from a schema.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "./node_modules/.bin/mocha $(find test -name *_test.ts)"
},
"bin": {
"dagen": "./lib/main.js"
},
"files": [
"lib"
],
"author": "Quenk Technologies Limited<info@quenk.com> (http://quenk.com)",
"license": "Apache-2.0",
"dependencies": {
"@quenk/noni": "^1.40.13",
"@quenk/polate": "^1.3.0",
"@quenk/preconditions": "^5.5.0",
"docopt": "^0.6.2",
"nunjucks": "^3.2.2",
"property-seek": "^3.2.1"
},
"devDependencies": {
"@quenk/must": "^1.0.7",
"@quenk/test": "^2.2.4",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.15",
"@types/nunjucks": "^3.1.3",
"mocha": "^10.2.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
}
}