-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 933 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
38
{
"name": "@moonjot/moon",
"version": "0.1.107",
"description": "Moon basic package",
"main": "./dist",
"repository": {
"type": "git",
"url": "git+https://github.com/castroCrea/moon.git"
},
"types": "./dist/index.d.ts",
"scripts": {
"pub": "yarn build && yarn publish --access public",
"build": "tsc",
"prebuild": "rm -rf dist",
"lint": "eslint . --ext .ts --fix"
},
"keywords": [
"Moon jot",
"plugin system"
],
"license": "MIT",
"files": [
"dist"
],
"devDependencies": {
"@types/node": "^20.11.0",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"eslint": "^8.0.1",
"eslint-config-standard-with-typescript": "^43.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-promise": "^6.0.0",
"typescript": "*"
},
"publishConfig": {
"@moonjot:registry": "https://registry.npmjs.org/"
}
}