-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1009 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
{
"author": {
"name": "Andrew Marcuse",
"email": "[email protected]",
"url": "https://andrew.marcuse.info/"
},
"bugs": {
"url": "https://github.com/regexplanet/regexplanet-template/issues"
},
"dependencies": {
"@fastify/formbody": "^8.0.1",
"@fastify/static": "^8.0.1",
"@regexplanet/common": "npm:@jsr/regexplanet__common@^1.2.0",
"fastify": "^5.0.0"
},
"description": "Template for regex engines that run in Node.js",
"devDependencies": {
"@types/node": "^20.16.11",
"tsc-watch": "^6.2.0",
"typescript": "^5.6.3"
},
"homepage": "https://www.regexplanet.com/advanced/TEMPLATE/index.html",
"license": "AGPL-3.0-or-later",
"main": "dist/server.js",
"name": "regexplanet-template",
"repository": {
"type": "git",
"url": "git+https://github.com/regexplanet/regexplanet-template.git"
},
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"version": "1.0.0"
}