-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1 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
{
"author": {
"name": "Mitra Ardron",
"email": "mitra@mitra.biz",
"url": "https://www.mitra.biz"
},
"bugs": {
"url": "https://github.com/mitra42/webforth/issues"
},
"name": "webforth",
"browserslist": "> 20%, not dead",
"description": "Forth implemented in Javascript",
"dependencies": {},
"devDependencies": {
"eslint": "^8.32.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-react-hooks": "^4.6.0"
},
"homepage": "https://github.com/mitra42/webforth#readme",
"keywords": [
"forth"
],
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "git://github.com/mitra42/webforth.git"
},
"scripts": {
"build": "for i in esp8266_webforth arduino_webforth; do cd $i; node ./build_xc.mjs; cd .. ; done"
},
"type": "module",
"version": "0.1.1"
}