-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
30 lines (30 loc) · 893 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
{
"name": "mechanical",
"version": "0.0.1",
"description": "A language that makes building webapps as easy as finite-state machines",
"main": "mechc.js",
"scripts": {
"test": "mocha --exit -u tdd -r ts-node/register tests.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/laughinghan/mechanical.git"
},
"author": "Han Seoul-Oh <[email protected]> (https://github.com/laughinghan)",
"license": "MIT",
"license": "(MIT OR BlueOak-1.0.0)",
"bugs": {
"url": "https://github.com/laughinghan/mechanical/issues"
},
"homepage": "https://github.com/laughinghan/mechanical#readme",
"dependencies": {
"@types/mocha": "^7.0.2",
"@types/node": "^13.13.31",
"@types/parsimmon": "^1.10.1",
"fast-check": "^2.6.0",
"mocha": "^8.3.0",
"parsimmon": "^1.13.0",
"ts-node": "^8.8.1",
"typescript": "^3.8.3"
}
}