-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.06 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
43
44
{
"license": "ISC",
"version": "2.37.27",
"name": "@arcaelas/react",
"main": "lib/index.js",
"description": "Is a JavaScript library that provides a collection of tools and utilities for building React JS applications.",
"scripts": {
"test": "jest",
"start": "tsc --watch",
"commit": "npm version patch && npm publish --access=public",
"Void prepublishOnly": "npm run test && tsc && npm version minor",
"postpublish": "rm -rf lib"
},
"keywords": [
"arcaelas",
"module creation",
"linting",
"config files",
"software development",
"node.js",
"javascript",
"open source",
"free",
"easy to use",
"save time",
"effort"
],
"author": {
"name": "Arcaelas Insiders",
"email": "[email protected]",
"url": "https://github.com/arcaelas"
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/node": "^18.15.13",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
},
"dependencies": {
"react": "^18.2.0",
"@arcaelas/utils": "^1.26.0"
}
}