mframejs
Version:
simple framework
58 lines (57 loc) • 1.84 kB
JSON
{
"name": "mframejs",
"version": "0.2.6",
"description": "simple framework",
"types": "dist/commonjs/index.d.ts",
"typings": "dist/commonjs/index.d.ts",
"main": "dist/commonjs/index.js",
"module": "dist/esm/index.js",
"jsnext:main": "dist/esm/index.js",
"ts:main": "dist/ts/index.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/mframejs/mframejs.git"
},
"keywords": [
"fuse-box",
"npm",
"npm package",
"TypeScript"
],
"author": "vegar ringdal (vegar.ringdal@gmail.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mframejs/mframejs/issues"
},
"scripts": {
"build": "node ./script/build.js",
"watch": "node ./script/watch.js",
"test": "npm run test:typescript:tslint && npm run test:jest:coverage && codecov",
"test:commit": "npm run test:typescript:tslint && npm run test:jest:coverage",
"test:typescript:tslint": "node ./script/ts_tslint.js",
"test:jest": "./node_modules/.bin/jest --config=jest.config.json",
"test:jest:watch": "./node_modules/.bin/jest --watch --config=jest.config.json",
"test:jest:coverage": "./node_modules/.bin/jest --coverage --runInBand --config=jest.config.json"
},
"homepage": "https://github.com/mframejs",
"devDependencies": {
"@types/jest": "^24.0.3",
"@types/jsdom": "^12.2.1",
"@types/puppeteer": "^1.12.1",
"fuse-box": "^3.7.1",
"fuse-box-typechecker": "^2.11.0",
"jest": "^24.1.0",
"jest-puppeteer": "^3.9.0",
"jsdom": "^13.2.0",
"puppeteer": "^1.12.2",
"source-map": "^0.7.3",
"ts-jest": "^23.10.5",
"tslint": "^5.12.1",
"typescript": "^3.3.3",
"uglify-js": "^3.4.9"
},
"dependencies": {
"@types/jest-diff": "^20.0.0",
"tslib": "^1.9.3"
}
}