-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.43 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.43 KB
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
45
46
47
48
{
"name": "@themost/xml",
"version": "2.7.0",
"description": "MOST Web Framework XML and XSLT library",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.esm.js",
"scripts": {
"build": "rollup -c ./rollup.config.js -m",
"pretest": "npm run build",
"test": "karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/themost-framework/xml.git"
},
"author": "Kyriakos Barbounakis <k.barbounakis@gmail.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/themost-framework/xml/issues"
},
"homepage": "https://github.com/themost-framework/xml#readme",
"devDependencies": {
"@babel/core": "^7.17.2",
"@babel/preset-env": "^7.16.11",
"@babel/register": "^7.17.0",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@types/jasmine": "^3.5.0",
"ansi-regex": "^5.0.1",
"babel-loader": "^8.2.3",
"jasmine": "^4.0.2",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.1.1",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"karma-spec-reporter": "^0.0.36",
"karma-typescript": "^5.5.4",
"karma-typescript-es6-transform": "^5.5.4",
"karma-webpack": "^5.0.0",
"module-alias": "^2.3.4",
"rollup": "^4.57.1",
"rollup-plugin-dts": "^6.3.0",
"typescript": "^4.5.5",
"webpack": "^5.68.0"
}
}