primitive-primitives
Version:
A small library providing simple yet fast implemintations of primitives for CesiumJS
78 lines (77 loc) • 2.17 kB
JSON
{
"name": "primitive-primitives",
"version": "0.0.6",
"description": "A small library providing simple yet fast implemintations of primitives for CesiumJS",
"main": "./dist/main.js",
"types": "./dist/main.d.ts",
"scripts": {
"prebuild": "npm install",
"build": "webpack || echo not ok",
"test": "jest",
"test:watch": "npm test -- --watch",
"coverage": "npm test -- --coverage --no-cache",
"coverage:watch": "npm run coverage -- --watch",
"prerelease": "npm run build && npm test",
"docs": "typedoc --out docs ./src --excludePrivate",
"release": "standard-version && npm pack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DxCx/ts-library-starter.git"
},
"keywords": [
"example",
"typescript",
"library",
"starter",
"webpack",
"browserify",
"dts-bundle",
"package",
"tslint",
"jest",
"babel",
"tsloader",
"boilerplate",
"awesome-typescript-loader"
],
"author": "David maorcher limkys",
"license": "MIT",
"bugs": {
"url": "https://github.com/gotenxds/Primitive-primitives/issues"
},
"homepage": "https://github.com/gotenxds/Primitive-primitives",
"devDependencies": {
"@types/jest": "^0.9.31",
"@types/node": "^6.0.38",
"awesome-typescript-loader": "2.2.4",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.14.0",
"browserify": "^13.1.0",
"delete-empty": "^0.1.3",
"dts-bundle": "^0.7.2",
"jest": "^15.1.1",
"raw-loader": "^0.5.1",
"standard-version": "^2.4.0",
"tslint": "^3.15.1",
"tslint-loader": "^2.1.5",
"typedoc": "^0.5.7",
"typescript": "2.0.0",
"typescript-babel-jest": "^0.1.2",
"webpack": "2.1.0-beta.22",
"webpack-node-externals": "^1.4.3"
},
"dependencies": {},
"jest": {
"scriptPreprocessor": "node_modules/typescript-babel-jest",
"testEnvironment": "node",
"testRegex": ".*\\.spec\\.ts$",
"moduleFileExtensions": [
"ts",
"js",
"json"
]
}
}