cbon
Version:
Common Bracket Object Notation
51 lines (50 loc) • 1.43 kB
JSON
{
"name": "cbon",
"version": "0.1.0-beta.0",
"description": "Common Bracket Object Notation",
"main": "dist/cjs/index.js",
"module": "dist/es/index.mjs",
"browser": "./dist/cbon.min.js",
"umd::main": "./dist/cbon.js",
"esnext": "./dist/es/index.mjs",
"types": "./type/index.d.ts",
"typings": "./type/index.d.ts",
"scripts": {
"tsc:dev": "tsc -p tsconfig.test.json",
"tsc:dev:watch": "tsc -w -p tsconfig.test.json",
"rollup:dev": "rollup -c rollup.config.test.js",
"rollup:dev:watch": "rollup -c rollup.config.test.js -w",
"debug": "node ./test/test.js",
"build": "tsc && tsc -p tsconfig.cjs.json && rollup -c rollup.config.js && rollup -c rollup.config.min.js && rollup -c rollup.config.es.js && rollup -c rollup.config.es.min.js && node ./rename.js ./dist/es"
},
"repository": {
"type": "git",
"url": "https://github.com/MeowType/CommonBracketObjectNotation"
},
"keywords": [
"CommonBracketObjectNotation",
"cbon",
"Common",
"Bracket",
"Object",
"Notation",
"json",
"ml"
],
"author": "MeowType",
"license": "MIT",
"files": [
"/dist",
"/type"
],
"devDependencies": {
"rollup": "1.29.0",
"rollup-plugin-terser": "5.2.0",
"rollup-plugin-typescript2": "0.25.3",
"typescript": "3.7.4"
},
"engines": {
"node": ">=11.0.0"
},
"dependencies": {}
}