aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-28 02:15:02 -0700
committerFuwn <[email protected]>2022-06-28 02:15:02 -0700
commitd011b3bf0284ef0e9f87b09e0a25770c96a5c167 (patch)
treec57ede11a2c2df01c11cb14e8ad9871a8eaf65cc /package.json
downloadsumy-d011b3bf0284ef0e9f87b09e0a25770c96a5c167.tar.xz
sumy-d011b3bf0284ef0e9f87b09e0a25770c96a5c167.zip
feat: initial commitHEAD0.1.0main
Diffstat (limited to 'package.json')
-rw-r--r--package.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..244e1dd
--- /dev/null
+++ b/package.json
@@ -0,0 +1,30 @@
+{
+ "name": "sumy",
+ "version": "0.1.0",
+ "description": "Node.js Bindings to Germ",
+ "main": "index.node",
+ "scripts": {
+ "build": "cargo-cp-artifact -nc index.node -- cargo build --message-format=json-render-diagnostics",
+ "build-debug": "npm run build --",
+ "build-release": "npm run build -- --release",
+ "install": "npm run build-release",
+ "test": "cargo test"
+ },
+ "author": "Fuwn",
+ "license": "GPL-3.0-only",
+ "devDependencies": {
+ "cargo-cp-artifact": "^0.1"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/gemrest/sumy.git"
+ },
+ "keywords": [
+ "gemrest",
+ "gemini"
+ ],
+ "bugs": {
+ "url": "https://github.com/gemrest/sumy/issues"
+ },
+ "homepage": "https://github.com/gemrest/sumy#readme"
+} \ No newline at end of file