-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.41 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "@gobstones/gobstones-lang-intl",
"version": "0.1.4",
"description": "A Gobstones Language translation tool",
"repository": "https://github.com/gobstones/gobstones-lang-intl",
"homepage": "https://gobstones.github.com/gobstones-lang-intl",
"author": "Alan Rodas Bonjour <[email protected]>",
"license": "MIT",
"keywords": [
"Gobstones",
"Language",
"Translation",
"Abstract Language"
],
"main": "dist/index.cjs",
"module": "dist/index.js",
"bin": "dist/gobstones-lang-intl",
"typings": "dist/typings/index.d.ts",
"gobstones-scripts": {
"type": "cli-library"
},
"scripts": {
"prepare": "husky install",
"prepack": "gobstones-scripts run build",
"start": "gobstones-scripts run",
"dev": "gobstones-scripts run dev",
"build": "gobstones-scripts run build",
"test": "gobstones-scripts run test",
"doc": "gobstones-scripts run doc",
"lint": "gobstones-scripts run lint",
"prettier": "gobstones-scripts run prettier",
"gbs": "gobstones-scripts"
},
"dependencies": {
"@gobstones/gobstones-core": "^0.3.8"
},
"devDependencies": {
"@jest/globals": "^29.2.0",
"@gobstones/gobstones-scripts": "^0.3.2",
"@markforged/nps": "^5.11.2",
"@rollup/plugin-commonjs": "^23.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-typescript": "^9.0.1",
"@types/eslint": "^8.4.6",
"@types/estree": "^1.0.0",
"@types/jest": "^29.2.0",
"@types/node": "^18.11.0",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"ansi-colors": "^4.1.3",
"common-tags": "^1.8.2",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.2.1",
"figlet": "^1.5.2",
"fs-extra": "^10.1.0",
"husky": "^8.0.1",
"jest": "^29.2.0",
"nps": "^5.10.0",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"rollup": "^3.2.3",
"rollup-plugin-sizes": "^1.0.4",
"rollup-plugin-terser": "^7.0.2",
"serve": "^14.0.1",
"ts-jest": "^29.0.3",
"ts-node-dev": "^2.0.0",
"tsconfig.js": "^3.0.0",
"tslib": "^2.4.0",
"typedoc": "^0.23.17",
"typedoc-plugin-merge-modules": "^4.0.1",
"typedoc-plugin-remove-references": "^0.0.6",
"typescript": "^4.8.4",
"webpack": "^5.74.0"
}
}