-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.07 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
48
49
50
51
52
{
"type": "module",
"version": "1.2.0",
"name": "analscript",
"author": "Airscript",
"main": "analscript.js",
"description": "A modern approach for writing anally fast stuff.",
"keywords": [
"analscript",
"programming language",
"esoteric",
"cli",
"anal"
],
"homepage": "https://esolangs.org/wiki/Analscript",
"bugs": {
"email": "support@airscript.it"
},
"scripts": {
"test": "node --test",
"coverage": "c8 node --test"
},
"bin": {
"analscript": "cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/airscripts/analscript.git"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/airscripts"
},
{
"type": "ko-fi",
"url": "https://ko-fi.com/airscript"
},
{
"type": "linktree",
"url": "https://linktr.ee/airscript"
}
],
"license": "MIT",
"devDependencies": {
"c8": "^9.1.0",
"eslint": "^8.46.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.28.0",
"prettier": "^3.0.0"
}
}