non_npm_packages: 07akioni/seemly, package.json
This data as json
| commit | contents | organization | path | repository |
|---|---|---|---|---|
| bbc56fd8cbfbb64cbe6847a6ec7b2617d6b320a0 | {
"author": "07akioni",
"description": "Utils for user interface.",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-typescript": "^7.12.7",
"@types/jest": "^27.0.1",
"babel-jest": "^28.0.2",
"jest": "^27.0.4",
"typescript": "^4.1.3"
},
"files": [
"lib",
"es"
],
"license": "MIT",
"main": "lib/index.js",
"module": "es/index.js",
"name": "seemly",
"scripts": {
"build": "npm run clean && tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json",
"clean": "rm -rf es lib",
"release": "npm run build && npm publish",
"test": "npm run test-dts && jest src/**/*.spec.ts",
"test-dts": "tsc --noEmit src/dts.spec.ts"
},
"sideEffects": false,
"version": "0.3.5"
} |
07akioni | package.json | 07akioni/seemly |