-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 861 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
{
"name": "eryn",
"version": "0.3.2",
"description": "Native template engine",
"keywords": [
"template-engine",
"native",
"server-side-rendering"
],
"main": "index.js",
"scripts": {
"install": "(node build-check.js || npm run rebuild)",
"rebuild": "node build.js",
"compile": "cmake-js build",
"prebuild": "node prebuild.js",
"check": "node build-check.js",
"test": "node test/test.js"
},
"author": "UnexomWid <[email protected]> (https://uw.exom.dev)",
"license": "MIT",
"repository": "github:UnexomWid/eryn",
"homepage": "https://github.com/UnexomWid/eryn",
"bugs": "https://github.com/UnexomWid/eryn/issues",
"devDependencies": {
"cmake-js": "^6.2.1",
"cross-spawn": "^7.0.2",
"minimist": "^1.2.5",
"node-addon-api": "github:nodejs/node-addon-api",
"npm-run-path": "^4.0.1"
}
}