-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 874 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
35
36
37
{
"name": "taheui",
"version": "0.2.1",
"description": "Aheui interpreter for Javascript, with Typescript support!",
"keywords": [
"aheui",
"아희",
"typescript",
"interpreter",
"esoteric",
"language",
"hangul",
"korean"
],
"main": "dist/aheui.min.js",
"types": "dist/aheui.d.ts",
"scripts": {
"build": "webpack",
"test": "npm run build && test/run-snippets.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WKBae/taheui.git"
},
"author": "WKBae <[email protected]> (https://github.com/WKBae)",
"license": "MIT",
"bugs": {
"url": "https://github.com/WKBae/taheui/issues"
},
"homepage": "https://github.com/WKBae/taheui#readme",
"devDependencies": {
"ts-loader": "^9.2.6",
"typescript": "^4.5.4",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
}
}