forked from strib/scigen
-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
47 lines (47 loc) · 1.09 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "scigen",
"version": "0.2.1",
"description": "Create scientific papers on the fly: SciGen brought to the browser and to Node.",
"keywords": [
"scigen",
"context-free grammar",
"paper generator",
"text generator",
"essay generator",
"science",
"bogus",
"hoax"
],
"main": "lib/index.js",
"scripts": {
"test": "node test/test.mjs",
"build": "babel src -d lib",
"start": "node lib/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davidpomerenke/scigen.git"
},
"author": "",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/davidpomerenke/scigen/issues"
},
"homepage": "https://github.com/davidpomerenke/scigen#readme",
"dependencies": {
"minimist": "^1.2.5",
"pdftex.js": "0.0.10",
"title-case": "^3.0.3"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"babel-loader": "^8.2.3",
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1"
},
"engines": {
"node": ">=14.0.0"
}
}