• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "JSFramework",
3  "version": "1.0.0",
4  "description": "The JSFramework is a framework for building mobile cross-platform UI written in TypeScript.",
5  "license": "Apache 2.0",
6  "main": "index.js",
7  "scripts": {
8    "test:lint": "eslint -c .eslintrc --fix test/**/*.ts",
9    "test:unit": "mocha --timeout 5000 -r ts-node/register test/lib.ts test/ut/**/*.ts test/ut/*.ts",
10    "build": "node build.js"
11  },
12  "keywords": [
13    "javascript",
14    "typescript",
15    "hml",
16    "css",
17    "mvvm"
18  ],
19  "dependencies": {
20    "css-what": "2.1.3"
21  },
22  "devDependencies": {
23    "@typescript-eslint/eslint-plugin": "^4.8.2",
24    "@typescript-eslint/parser": "^4.8.2",
25    "babel-core": "^6.26.3",
26    "babel-loader": "^6.4.1",
27    "babel-plugin-external-helpers": "^6.22.0",
28    "babel-preset-env": "^1.7.0",
29    "babel-runtime": "^6.26.0",
30    "chai": "^4.2.0",
31    "eslint": "^7.14.0",
32    "mocha": "^8.2.1",
33    "rollup": "^2.32.1",
34    "rollup-plugin-babel": "^3.0.7",
35    "rollup-plugin-commonjs": "^10.1.0",
36    "rollup-plugin-eslint": "^7.0.0",
37    "rollup-plugin-json": "^4.0.0",
38    "rollup-plugin-node-resolve": "^5.2.0",
39    "rollup-plugin-tslint": "^0.2.2",
40    "rollup-plugin-typescript2": "^0.9.0",
41    "rollup-plugin-uglify": "^6.0.4",
42    "sinon": "^9.2.2",
43    "ts-node": "^9.0.0",
44    "tslib": "^2.0.3",
45    "typescript": "^4.1.2"
46  }
47}
48