We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b53fd21 commit 670032dCopy full SHA for 670032d
package.json
@@ -1,8 +1,9 @@
1
{
2
"name": "yascriptlang",
3
- "version": "0.1.0",
+ "version": "1.0.0",
4
"description": "A simple scripting language inspired by Lisp",
5
- "main": "./bin/yascriptlang.js",
+ "main": "./bin/yasjs.js",
6
+ "homepage": "https://github.com/maxbarsukov/yascriptlang.git",
7
"repository": {
8
"type": "git",
9
"url": "https://github.com/maxbarsukov/yascriptlang.git"
@@ -14,6 +15,12 @@
14
15
"name": "Max Barsukov",
16
"email": "maximbarsukov@bk.ru"
17
},
18
+ "keywords": [
19
+ "language",
20
+ "programming language",
21
+ "lisp",
22
+ "interpreter"
23
+ ],
24
"type": "module",
25
"devDependencies": {
26
"eslint": "^7.32.0",
@@ -41,6 +48,5 @@
41
48
"pre-commit": "yarn lint"
42
49
}
43
50
44
- "license": "MIT",
45
- "private": true
51
+ "license": "MIT"
46
52
0 commit comments