noshift.js
Version:
Joke language.
63 lines (62 loc) • 1.29 kB
JSON
{
"name": "noshift.js",
"version": "0.15.1",
"description": "Joke language.",
"bin": {
"nsc": "./dist/cli.cjs"
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}
},
"type": "module",
"scripts": {
"build": "tsup",
"test": "vitest run",
"test:watch": "vitest",
"typecheck": "tsc --noEmit",
"format": "prettier --write ./src/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/otoneko1102/NoShift.js.git"
},
"keywords": [
"noshift",
"nsjs",
"joke",
"language",
"lang"
],
"author": "otoneko.",
"license": "MIT",
"bugs": {
"url": "https://github.com/otoneko1102/NoShift.js/issues"
},
"homepage": "https://noshift.js.org",
"dependencies": {
"commander": "^14.0.3"
},
"devDependencies": {
"@types/node": "^25.3.0",
"prettier": "^3.8.1",
"tsup": "^8.5.1",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vitest": "^4.0.18"
},
"engines": {
"node": ">=22.12.0"
}
}