-
-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
41 lines (41 loc) · 1.2 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
{
"name": "@neutralinojs/lib",
"version": "5.4.0",
"description": "JavaScript API for Neutralinojs",
"main": "./dist/index.js",
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node build.mjs",
"watch": "rollup -c -w",
"lint": "eslint --ignore-path .eslintignore --ext .js,.ts",
"format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/neutralinojs/neutralino.js.git"
},
"author": "Neutralinojs",
"license": "MIT",
"bugs": {
"url": "https://github.com/neutralinojs/neutralino.js/issues"
},
"homepage": "https://github.com/neutralinojs/neutralino.js#readme",
"devDependencies": {
"@rollup/plugin-json": "^6.1.0",
"@types/node": "^16.4.2",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.2.5",
"rollup": "^4.19.0",
"rollup-plugin-cleanup": "^3.2.1",
"@rollup/plugin-terser": "^0.4.4",
"rollup-plugin-ts": "^3.4.5",
"tslib": "^2.6.2",
"typescript": "^5.4.2"
}
}