-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 639 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 639 Bytes
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
{
"name": "@unsetsoft/jlib",
"version": "1.0.6",
"main": "./dist/Jlib.js",
"scripts": {
"dev": "nodemon ./src/server.js",
"build": "rollup ./src/lib/main.js --file ./dist/Jlib.js --format umd --name Jlib --exports named",
"build:publish": "npm run build && npm publish"
},
"dependencies": {
"rollup": "4.52.0"
},
"devDependencies": {
"cors": "2.8.5",
"express": "5.1.0",
"nodemon": "3.1.10"
},
"description": "What's Jlib? A vanilla JS lib!",
"repository": {},
"keywords": [
"javascript",
"Jlib"
],
"author": "UnSetSoft",
"license": "MIT",
"bugs": {},
"homepage": ""
}