-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.11 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
{
"name": "@ayanavo/locusjs",
"version": "1.4.1",
"description": "javaScript utility functions library",
"type": "module",
"keywords": [
"javascript",
"helper",
"utils",
"utilities"
],
"scripts": {
"test": "npm run test",
"start": "node src/index.js",
"build": "rollup -c",
"prettify": "prettier --write \"./**/*.{js,ts,json}\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ayanavo/Library.git"
},
"author": "Ayanavo",
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.9.1",
"@rollup/plugin-multi-entry": "^6.0.1",
"@rollup/plugin-typescript": "^11.1.6",
"eslint": "^9.9.1",
"globals": "^15.9.0",
"prettier": "^3.3.3",
"rollup": "^2.0.0",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.7.0"
},
"bugs": {
"url": "https://github.com/Ayanavo/Library/issues"
},
"homepage": "https://github.com/Ayanavo/Library#readme",
"dependencies": {
"@ayanavo/locusjs": "^1.3.11"
}
}