-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 976 Bytes
/
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
{
"name": "othus",
"version": "3.17.22b-ynrtf56cde",
"description": "🆕 typescript-based framework",
"main": "./dist/index.js",
"scripts": {
"build": "npx babel dist --out-dir static"
},
"keywords": [
"framework",
"typescript"
],
"files": ["/dist"],
"author": "ice1",
"license": "Apache License 2.0",
"dependencies": {
"@babel/cli": "^7.22.15",
"@babel/core": "^7.22.17",
"@babel/plugin-transform-arrow-functions": "^7.22.5",
"@babel/plugin-transform-template-literals": "^7.22.5",
"@babel/preset-env": "^7.22.15",
"@types/uglify-js": "^3.17.2",
"chalk": "^4.1.2",
"http": "^0.0.1-security",
"nodemon": "^3.0.1",
"uglify-js": "^3.17.4"
},
"devDependencies": {
"@babel/plugin-syntax-jsx": "^7.22.5",
"@babel/preset-react": "^7.22.15"
},
"repository": "https://github.com/kithub-Inc/othus"
}