-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.15 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
{
"name": "ef-core",
"version": "0.17.5",
"description": "Core of ef.js (without parser)",
"main": "dist/ef-core.min.js",
"module": "src/ef-core.js",
"type": "index.d.ts",
"scripts": {
"start": "rollup -c ./config/rollup.dev.mjs -w",
"build": "cross-env NODE_ENV=production rollup -c ./config/rollup.prod.mjs",
"lint": "eslint --ext .js src",
"doc": "jsdoc -r src/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheNeuronProject/ef-core.git"
},
"keywords": [
"template",
"framework",
"ef",
"ef.js"
],
"author": "ClassicOldSong",
"license": "MIT",
"bugs": {
"url": "https://github.com/TheNeuronProject/ef-core/issues"
},
"homepage": "https://ef.js.org",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-eslint": "^9.0.4",
"@rollup/plugin-node-resolve": "^15.1.0",
"chalk": "^5.3.0",
"chokidar": "^3.5.3",
"cross-env": "^7.0.3",
"eslint": "^8.45.0",
"jsdoc": "^4.0.2",
"rollup": "^3.26.3",
"rollup-plugin-browsersync": "^1.3.3",
"rollup-plugin-esbuild": "^5.0.0",
"rollup-plugin-progress": "^1.1.2"
}
}