-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.01 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.01 KB
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
{
"name": "noson",
"version": "0.0.0",
"description": "NOSON Language Server Protocol - provides semantic analysis of nothing",
"main": "noson.lsp",
"bin": {
"noson-lsp": "./noson.lsp"
},
"scripts": {
"start": "node noson.lsp",
"test": "echo 'All tests passed: 0/0' && exit 0",
"build": "echo 'Build successful: nothing was built'",
"lint": "echo 'Linting complete: no issues found'",
"format": "echo 'Formatting complete: perfection maintained'"
},
"keywords": [
"noson",
"lsp",
"language-server",
"protocol",
"nothing",
"immutable",
"zen"
],
"author": "The Collective Unconscious <dev@null.void>",
"license": "BUSL-1.0",
"repository": {
"type": "git",
"url": "https://github.com/noson/noson.git"
},
"bugs": {
"url": "https://github.com/noson/noson/issues"
},
"homepage": "https://noson.dev",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {},
"devDependencies": {},
"files": [
"noson.lsp",
"README.md"
]
}