-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.02 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
{
"name": "functionality.js",
"entry": "index.js",
"version": "3.2.4",
"description": "- This Is A JavaScript Library To Make Your Work Easier/Faster,<br />\r You Can See Functionalty.js Website From Here\r - Born In May 5 / 16 / 2022",
"homepage": "https://github.com/alieldeba/functionalty.js#readme",
"author": "alieldeba",
"main": "index.js",
"keywords": [
"functionality",
"javascript",
"modules"
],
"scripts": {
"test": "jest --watchAll",
"dev": "node server.js",
"start": "vite build",
"build-npm": "tsc --project tsconfig.npm.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alieldeba/functionalty.js.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/alieldeba/functionalty.js/issues"
},
"devDependencies": {
"jest": "^26.6.3",
"sass": "^1.52.0",
"typescript": "^4.7.3"
},
"dependencies": {
"@types/node": "^17.0.42",
"static-server": "^2.2.1",
"ts-loader": "^9.3.0",
"vite": "^2.9.12"
}
}