-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 898 Bytes
/
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
{
"name": "scratchlang",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nearleyc grammar.ne -o grammar.js && ts-node-dev --respawn --watch examples/*.scx main.ts -- "
},
"author": "",
"license": "ISC",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"eslint": "^7.13.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "2.1.2",
"ts-node-dev": "^1.0.0",
"typescript": "^4.0.5"
},
"dependencies": {
"@types/adm-zip": "^0.4.33",
"@types/nearley": "^2.11.1",
"@types/node": "^14.14.6",
"@types/uuid": "^8.3.0",
"adm-zip": "^0.4.16",
"arg": "^4.1.3",
"chalk": "^4.1.0",
"loglevel": "^1.7.0",
"loglevel-plugin-prefix": "^0.8.4",
"nearley": "^2.19.7",
"uuid": "^8.3.1"
}
}